## Run 2456 tests in NodeJs ``` npm test // total pass fail only npm run test-list // show every test ``` ## Run 2456 tests in browser console ``` /test-collection/test-all-web.html // total pass fail only /test-collection/test-all-web-list.html // show every test ``` Just drag the html files into a browser, and open the console to see the progression. ``` /test-collection/repl.html // cut and paste all the small pieces of TypeCzech code to run /test-collection/test-web-generative.html // show generative recursive object and array trees checks ``` The test [suite](https://github.com/steenhansen/type-czech/tree/master/test-collection) directory.