Skip to content

Fix warning on lint for cffstr.jest.spec.ts #668

@abelsiqueira

Description

@abelsiqueira

After #630, there are no more single quotes inside double quotes, so the linter complains that the string should have single quotes:

/tmp/cff-initializer-javascript/test/jest/__tests__/store/cffstr.jest.spec.ts
  26:44  warning  Strings must use singlequote  quotes

Just changing from double to single quotes in that line should fix it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    tech-debtThings related to paying tech debt, such as refactoring and creating tests

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions