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:
parent
ba7ce734e3
commit
641f5419df
11 changed files with 2004 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue