extract out mocha fixtures and resolve utils

This commit is contained in:
Sebastian McKenzie
2015-07-25 03:54:48 +01:00
parent 2ed9416e19
commit b12866db86
19 changed files with 39 additions and 221 deletions

View File

@@ -25,6 +25,7 @@ clean: test-clean
test-clean:
rm -rf packages/*/test/tmp
rm -rf packages/*/test-fixtures.json
test: lint
./scripts/test.sh
@@ -32,6 +33,7 @@ test: lint
test-browser:
./scripts/test-browser.sh
make test-clean
test-cov: clean
BABEL_ENV=test; \