1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-03 16:44:12 +02:00

add basic snapshot test

This commit is contained in:
Robin Appelman 2017-02-12 16:33:30 +01:00
commit 641f5419df
11 changed files with 2004 additions and 0 deletions

View file

@ -13,3 +13,7 @@ watch: node_modules
.PHONY: build
build: node_modules
node $(tsc)
.PHONY: test
test: node_modules
node node_modules/.bin/mocha --opts mocha.opts