Tell us what’s happening:
When I enter my project solution into page it fails with:
// running tests
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.
// tests completed
I am unable to determine why it is failing as my code appears to be correct. I have looked at the tests being run on Github
I have verified that I am getting results from the /_api/get-tests
endpoint. The result is an array, it contains 24 unit tests and 6 functional tests. The state of all the tests is ‘passed’ and each test does contain at least 1 assertion.
Your code so far
https://repl.it/@fuzzyray/american-british-english-translator
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36
.
Challenge: American British Translator
Link to the challenge: