8000 Changed to mocha and chai. Added test for crontime. · github4f/node-cron@5237277 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5237277

Browse files
Changed to mocha and chai. Added test for crontime.
Signed-off-by: Nick Campbell <nicholas.j.campbell@gmail.com>
1 parent 20e945e commit 5237277

File tree

3 files changed

+239
-207
lines changed

3 files changed

+239
-207
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line cha 8000 nge
@@ -4,7 +4,7 @@ all: test
44

55
test:
66
npm install .
7-
@./node_modules/nodeunit/bin/nodeunit \
7+
@./node_modules/mocha/bin/mocha \
88
$(TESTS)
99

1010
.PHONY: test

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"moment-timezone": "~0.3.0"
1919
},
2020
"devDependencies": {
21-
"nodeunit": ">=0.5.4",
21+
"mocha": "~2.3.3",
22+
"chai": "~3.4.0",
2223
"sinon": "~1.12.x"
2324
},
2425
"licenses": [

0 commit comments

Comments
 (0)
0