American British Translator not working

I finished my American British Translator, when i run the test both on vs code and on repl and all of the test pass without an error yet i keep getting the

All 24 unit tests are complete and passing. See /tests/1_unit-tests.js for the expected behavior you should write tests for.

All 6 functional tests are complete and passing. See /tests/2_functional-tests.js for the functionality you should write tests for.

i’m searching the forum but i havent seen any clue as to why this is failing

Any help is welcome, ty

Really need a link to the repl to troubleshoot, but this is sometimes (in some projects) the result of not setting NODE_ENV=test in the environment.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.