1
0
Fork 0
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:
Robin Appelman 2017-08-12 02:54:47 +02:00
commit d3b893223b
4 changed files with 100 additions and 6 deletions

View file

@ -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