Use CSS modules #282
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
3 errors
|
test/components/Folder.test.tsx > Folder Component > displays the spinner while loading:
test/components/Folder.test.tsx#L62
AssertionError: expected null to be truthy
- Expected:
true
+ Received:
null
❯ test/components/Folder.test.tsx:62:49
|
|
test/components/Layout.test.tsx > Spinner Component > renders with base and additional class names:
test/components/Layout.test.tsx#L54
AssertionError: expected "_spinner_c053a8" to contain "spinner"
Expected: "_spinner_c053a8 spinner"
Received: "_spinner_c053a8"
❯ test/components/Layout.test.tsx:54:52
|
|
test
Process completed with exit code 1.
|