refactor(themetoggle): Check localStorage for color scheme #327
Annotations
3 errors
|
test (20.x)
Process completed with exit code 1.
|
|
src/lib/utils/fuzzy.test.js > fuzzyMatch > latin text:
frontend/src/lib/utils/fuzzy.test.js#L53
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ src/lib/utils/fuzzy.test.js:53:39
|
|
src/lib/utils/fuzzy.test.js > fuzzyMatch > should match strings with small differences:
frontend/src/lib/utils/fuzzy.test.js#L30
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ src/lib/utils/fuzzy.test.js:30:42
|