UNPKG

442 BMarkdownView Raw
1Firescript Tests
2================
3
4Firescript has 4 types of tests. These are unit-test, integration-test syntax-tests and transformation-tests. These test are located in subfolders.
5
6### Run tests:
7
8`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`.
9
10
11### Create Tests
12
13The command `fire mktest` creates a new syntax-test case.