raulvillares / 3sacrowd

Tic-Tac-Toe puzzle using plain javascript :video_game:
https://raulvillares.github.io/3sacrowd/index.html
35 stars 69 forks source link

Tests will not run, given the provided command in README.md file. #66

Closed OleDakotaJoe closed 3 years ago

OleDakotaJoe commented 3 years ago

Problem: when running the command "node -r ./test/entryFileTest.js" The command does not run and throws an erroe in the console:

image

Expected behavior: expects the tests to run.

titivermeesch commented 3 years ago

Covered in #67