fix: bugs related to find namespaces #91
ci.yml
on: pull_request
typecheck
16s
Matrix: build
Matrix: test
Annotations
2 errors
tests/lib/scopedNamespace/extractNamespaceTranslation.test.ts > extractNamespaceTranslation > should handle ternary expressions correctly:
tests/lib/scopedNamespace/extractNamespaceTranslation.test.ts#L25
AssertionError: expected [ 'namespace.keyFalse', …(1) ] to deeply equal [ 'namespace.keyTrue', …(1) ]
- Expected
+ Received
Array [
- "namespace.keyTrue",
"namespace.keyFalse",
+ "namespace.keyTrue",
]
❯ tests/lib/scopedNamespace/extractNamespaceTranslation.test.ts:25:20
|
test (22)
Process completed with exit code 1.
|