google / codeworld

Educational computer programming environment using Haskell
http://code.world
Apache License 2.0
1.24k stars 192 forks source link

Unit testing organization / framework for JavaScript #1366

Open cdsmith opened 4 years ago

cdsmith commented 4 years ago

There's currently no testing at all for JavaScript code. We should really have a framework for unit testing, so that at least there's a well-defined way to add tests. (It should be added to the test.sh script, as well.)

See #66

cdsmith commented 3 years ago

From some initial research, it looks like Jest is far and away the test framework of choice for JavaScript these days. I have no reason to make an unusual choice, so let's go with Jest here.