adds mocha
This commit is contained in:
parent
b0f7fe2547
commit
2f993202b5
2 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,8 @@
|
|||
"test": "mocha"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.10"
|
||||
"gulp-format-md": "^0.1.10",
|
||||
"mocha": "^3.0.2"
|
||||
},
|
||||
"keywords": [
|
||||
"bash",
|
||||
|
|
|
|||
1
test.js
1
test.js
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
require('mocha');
|
||||
var assert = require('assert');
|
||||
var isExtglob = require('./');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue