Skip to content

Commit 2d74a15

Browse files
author
Lionel Bijaoui
committed
WIP on unit test
1 parent e97420e commit 2d74a15

29 files changed

+502
-656
lines changed

test/unit/setup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ require("jsdom-global")();
44
// make expect available globally
55
// global.expect = require("expect");
66
global.sinon = require("sinon");
7+
global.expect = require("chai").expect;

0 commit comments

Comments
 (0)