Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 247 Bytes

dev.md

File metadata and controls

15 lines (10 loc) · 247 Bytes

Running all tests

mocha test/ --recursive

Running all unit tests

mocha test/unit --recursive

Running single unit test file

mocha test/unit/compiler-test.js

Running end to end tests

mocha test/e2e

publish gem

npm publish