mirror of
https://github.com/demostf/demo.js
synced 2026-06-03 16:44:12 +02:00
unit tests for parser generator
This commit is contained in:
parent
0f9d93b3b7
commit
d3b893223b
4 changed files with 100 additions and 6 deletions
4
Makefile
4
Makefile
|
|
@ -19,6 +19,10 @@ build: node_modules
|
|||
test: node_modules
|
||||
node node_modules/.bin/mocha --opts mocha.opts
|
||||
|
||||
.PHONY: unit
|
||||
unit: node_modules
|
||||
node node_modules/.bin/mocha --opts unit.mocha.opts
|
||||
|
||||
.PHONY: lint
|
||||
lint: node_modules
|
||||
node_modules/.bin/tslint -p tsconfig.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue