javascript-challenges icon indicating copy to clipboard operation
javascript-challenges copied to clipboard

Fix a require 'answer' at babylonian-method tests

Open vinade opened this issue 7 years ago • 0 comments

I was doing the challenge and when I ran node babylonian-test.js the test broke. babylonian-test.js has a require('./answer'), but there is no answer.js at babylonian-method folder.

The file which provides the squareRoot function is babylonian.js.

vinade avatar Oct 17 '18 18:10 vinade