Implement statisfies #445
Annotations
2 errors
|
build (20.x)
Process completed with exit code 1.
|
|
src/tests/integration/exampleCompilation.test.js > Example files compilation > Compile all example files without errors:
src/tests/integration/exampleCompilation.test.js#L46
AssertionError: expected [Function] to not throw an error but 'Error: /home/runner/work/blop-languag…' was thrown
- Expected:
undefined
+ Received:
"Error: /home/runner/work/blop-language/blop-language/example/ASTExplorer/ASTExplorer.blop failed to compile:
'ast' has been narrowed to 'never' — this code is unreachable: all union cases are already handled above"
❯ src/tests/integration/exampleCompilation.test.js:46:55
❯ src/tests/integration/exampleCompilation.test.js:45:11
|