Skip to content

Commit db4bdcf

Browse files
committed
Removing old tests
1 parent e6c2414 commit db4bdcf

File tree

32 files changed

+33
-777
lines changed

32 files changed

+33
-777
lines changed

Makefile

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
test:
2+
@node node_modules/.bin/lab -m 90000
3+
test-json:
4+
@node node_modules/.bin/lab -m 90000 -r json -o results.json
5+
test-cov:
6+
@node node_modules/.bin/lab
7+
test-cov-mock:
8+
@MOCK=true node node_modules/.bin/lab -t 90 -m 90000 -v -p
9+
test-cov-html:
10+
@node node_modules/.bin/lab -r html -o coverage.html -m 90000
11+
12+
13+
test-unit:
14+
@node node_modules/.bin/lab ./test/unit -m 5000
15+
test-json-unit:
16+
@node node_modules/.bin/lab -r json -o results.json ./test/unit
17+
test-cov-html-unit:
18+
@node node_modules/.bin/lab -r html -o coverage.html ./test/unit
19+
20+
21+
test-integration:
22+
@node node_modules/.bin/lab -m 90000 ./test/integration
23+
test-integration-mock:
24+
@MOCK=true node node_modules/.bin/lab -m 90000 ./test/integration -v -p
25+
test-json-integration:
26+
@node node_modules/.bin/lab -m 90000 -r json -o results.json ./test/integration
27+
test-cov-html-integration:
28+
@node node_modules/.bin/lab -r html -o coverage.html -m 90000 ./test/integration
29+
30+
.PHONY: test test-json test-cov test-cov-mock test-cov-html test-unit test-json-unit test-cov-html-unit test-integration test-integration-mock test-json-integration test-cov-html-integration
31+

lib/plugins/KidkArolis/test/KidkArolis.js

-25
This file was deleted.

lib/plugins/KidkArolis/test/kidkarolis_test.js

-51
This file was deleted.

lib/plugins/ana-rodrigues/test/ana-rodrigues.js

-25
This file was deleted.

lib/plugins/anarcastanho/test/anarcastanho.js

-25
This file was deleted.

lib/plugins/andrefs/test/andrefs.js

-25
This file was deleted.

lib/plugins/antoniocapelo/test/antoniocapelo.js

-25
This file was deleted.

lib/plugins/balazsgabor/test/balazsgabor.js

-25
This file was deleted.

lib/plugins/baldasman/test/baldasman.js

-25
This file was deleted.

lib/plugins/davecocoa/test/davecocoa.js

-25
This file was deleted.

lib/plugins/davidfoliveira/test/davidfoliveira.js

-25
This file was deleted.

lib/plugins/dymonaz/test/dymonaz.js

-25
This file was deleted.

lib/plugins/filipediasferreira/test/filipediasferreira.js

-25
This file was deleted.

lib/plugins/gergelyke/test/gergelyke.js

-25
This file was deleted.

0 commit comments

Comments
 (0)