chore(deps): update all non-major dependencies #306
Annotations
3 errors
|
test (ubuntu-latest)
Process completed with exit code 1.
|
|
tests/logger.test.ts > logger > should log error with cause correctly:
tests/logger.test.ts#L128
Snapshot `logger > should log error with cause correctly 1` mismatched
- Expected
+ Received
- "error at /rslog/foo/bar.js%3A29%3A0
-
- [cause]%3A at /rslog/foo/bar.js%3A29%3A0
- "
+ "<CLR=31%2CBOLD>error </CLR> at /rslog/foo/bar.js%3A29%3A0
+ <CLR=90><CLR=39><CLR=33>
+ [cause]%3A <CLR=39> at /rslog/foo/bar.js%3A29%3A0
+ <CLR=90><CLR=39>"
|
|
tests/logger.test.ts > logger > should log error with stack correctly:
tests/logger.test.ts#L114
Snapshot `logger > should log error with stack correctly 1` mismatched
- Expected
+ Received
- "error at /rslog/foo/bar.js%3A29%3A0
- "
+ "<CLR=31%2CBOLD>error </CLR> at /rslog/foo/bar.js%3A29%3A0
+ <CLR=90><CLR=39>"
|