UNPKG

firescript

Version:
14 lines (7 loc) 442 B
Firescript Tests ================ Firescript has 4 types of tests. These are unit-test, integration-test syntax-tests and transformation-tests. These test are located in subfolders. ### Run tests: `npm test` runs all tests. To start a specific type of test run `npm run test-unit`, `npm run test-integration`, `npm run test-syntax` or `npm run test-transform`. ### Create Tests The command `fire mktest` creates a new syntax-test case.