dummy commit

This commit is contained in:
SheetJS 2016-09-19 02:51:01 -04:00
parent d217d96d5c
commit f57cdd3114

View File

@ -35,7 +35,7 @@ clean: clean-stress ## Remove targets and build artifacts
## Testing
.PHONY: test mocha
test mocha: test.js ## Run test suite
test mocha: test.js $(TARGET) ## Run test suite
mocha -R spec -t 20000
.PHONY: stress ## Run stress tests