fix simple tests - @thejameskyle
This commit is contained in:
parent
2869878046
commit
344390d1b5
6
Makefile
6
Makefile
@ -39,17 +39,17 @@ test: lint
|
|||||||
|
|
||||||
test-simple:
|
test-simple:
|
||||||
# excludes test262
|
# excludes test262
|
||||||
export SIMPLE_6TO5_TESTS=1
|
export SIMPLE_6TO5_TESTS=1; \
|
||||||
make test
|
make test
|
||||||
|
|
||||||
test-all:
|
test-all:
|
||||||
# includes traceur, esnext, regenerator
|
# includes traceur, esnext, regenerator
|
||||||
export ALL_6TO5_TESTS=1
|
export ALL_6TO5_TESTS=1; \
|
||||||
make test
|
make test
|
||||||
|
|
||||||
test-cov:
|
test-cov:
|
||||||
export SIMPLE_6TO5_TESTS=1
|
|
||||||
rm -rf coverage
|
rm -rf coverage
|
||||||
|
export SIMPLE_6TO5_TESTS=1; \
|
||||||
node $(ISTANBUL_CMD) $(MOCHA_CMD) --
|
node $(ISTANBUL_CMD) $(MOCHA_CMD) --
|
||||||
|
|
||||||
test-travis: bootstrap
|
test-travis: bootstrap
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user