We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
should
1 parent a5d9f29 commit cd5a6baCopy full SHA for cd5a6ba
Makefile
@@ -7,7 +7,6 @@ TESTS = test.js
7
8
test: lint
9
@NODE_ENV=test ./node_modules/.bin/mocha \
10
- --require should \
11
$(TESTS) \
12
--bail
13
@@ -16,7 +15,6 @@ test-cov:
16
15
node_modules/.bin/istanbul cover \
17
./node_modules/.bin/_mocha \
18
-- -u exports \
19
20
21
22
@@ -26,7 +24,6 @@ test-travis:
26
24
27
25
--report lcovonly \
28
29
30
31
32
0 commit comments