Skip to content

Test subset

Rich Harris requested to merge test-subset into master

Inspired by @dariocravero's idea in !42 (closed), but slightly different in that it uses the existing test.js and adds support for multiple files. So you can do

npm run test -- --subset arrow-functions,classes,loops

or whatever. Also adds a test:node task which is identical except that it doesn't create the browser build, which makes it a bit quicker.

Merge request reports