feat: add editing latest note fields #79
Annotations
3 errors and 1 warning
src/popup/features/language/SelectLanguages/model/__tests__/store.test.ts > selectedLanguageCodes store > commmon > should initialize with empty array:
src/popup/features/language/SelectLanguages/model/__tests__/store.test.ts#L26
AssertionError: expected [ 'en', 'ja', 'pt-BR', 'ko', 'other' ] to deeply equal []
- Expected
+ Received
- Array []
+ Array [
+ "en",
+ "ja",
+ "pt-BR",
+ "ko",
+ "other",
+ ]
❯ src/popup/features/language/SelectLanguages/model/__tests__/store.test.ts:26:46
|
src/popup/features/language/SelectLanguages/model/__tests__/store.test.ts > selectedLanguageCodes store > toggle > should unselect language if selected and reset:
src/popup/features/language/SelectLanguages/model/__tests__/store.test.ts#L58
AssertionError: expected true to be falsy
- Expected
+ Received
- true
+ false
❯ src/popup/features/language/SelectLanguages/model/__tests__/store.test.ts:58:37
|
test
Process completed with exit code 1.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|