Skip to content

Commit

Permalink
add unexpected
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Apr 21, 2018
1 parent efff26f commit a626278
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 1 deletion.
132 changes: 132 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@
"rimraf": "^2.5.2",
"svgo": "^0.7.2",
"through2": "^2.0.1",
"unexpected": "^10.37.4",
"watchify": "^3.7.0"
},
"files": [
Expand Down
4 changes: 3 additions & 1 deletion test/setup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
'use strict';

global.expect = require('expect.js');
const unexpected = require('unexpected');
global.expect = unexpected.clone();

global.assert = require('assert');

0 comments on commit a626278

Please sign in to comment.