Skip to content

chore(test): add task to run one test file only

username-removed-498219 requested to merge dariocravero/buble:test-one into master

Implement test:one script. It allows for npm run test:one -- --file=./samples/jsx.js would only run the tests for JSX making testing a specific sample faster. :)

Merge request reports