Color log lines in fauna local command. #639
217 tests run, 214 passed, 0 skipped, 3 failed.
Annotations
Check failure on line 35 in test/lib/formatting/colorize.mjs
github-actions / JUnit Test Report
/home/runner/work/fauna-shell/fauna-shell/test/lib/formatting/colorize.mjs.colorize should succeed for "Taco 8443 'Bell'" in format log
expected 'Taco 8443 \'Bell\'' to not equal 'Taco 8443 \'Bell\''
Raw output
AssertionError: expected 'Taco 8443 \'Bell\'' to not equal 'Taco 8443 \'Bell\''
at Context.<anonymous> (file:///home/runner/work/fauna-shell/fauna-shell/test/lib/formatting/colorize.mjs:35:33)
+ expected - actual
Check failure on line 35 in test/lib/formatting/colorize.mjs
github-actions / JUnit Test Report
/home/runner/work/fauna-shell/fauna-shell/test/lib/formatting/colorize.mjs.colorize should succeed for "Collection.all()" in format fql
expected 'Collection.all()' to not equal 'Collection.all()'
Raw output
AssertionError: expected 'Collection.all()' to not equal 'Collection.all()'
at Context.<anonymous> (file:///home/runner/work/fauna-shell/fauna-shell/test/lib/formatting/colorize.mjs:35:33)
+ expected - actual
Check failure on line 42 in test/lib/formatting/colorize.mjs
github-actions / JUnit Test Report
/home/runner/work/fauna-shell/fauna-shell/test/lib/formatting/colorize.mjs.colorize should succeed for {"string":"23"} in format json
expected '{\n "string": "23"\n}' to not equal '{\n "string": "23"\n}'
Raw output
AssertionError: expected '{\n "string": "23"\n}' to not equal '{\n "string": "23"\n}'
at Context.<anonymous> (file:///home/runner/work/fauna-shell/fauna-shell/test/lib/formatting/colorize.mjs:42:44)
+ expected - actual