-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
tech-debtThings related to paying tech debt, such as refactoring and creating testsThings related to paying tech debt, such as refactoring and creating tests
Milestone
Description
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 quotesJust changing from double to single quotes in that line should fix it.
Metadata
Metadata
Assignees
Labels
tech-debtThings related to paying tech debt, such as refactoring and creating testsThings related to paying tech debt, such as refactoring and creating tests