Examples are ported to node:test and node:assert from jest-handbook-examples (which is using Jest).
- Node LTS
 - npm
 
- Clone the repository
 - Run 
npm installto install required dependencies. 
npm run testwill run the core test suitenpm run test:allwill run all the test commandsnpm run test:seqwill run the core test suite with 1 concurrencynpm run test:parwill run the core test suite with 5 concurrencynpm run test:onlywill run the.only.jstest suite (demonstrating how to use.only)npm run test:failingwill run test suites with failing testsnpm run lintwill runbiome linton example testsnpm run formatwill runbiome formaton examples tests.
Code is licensed under the MIT License.