Improved interface testing
This commit is contained in:
parent
7d841b2f5f
commit
1f3ecb5c58
10 changed files with 407 additions and 120 deletions
4
test/helpers/register.js
Normal file
4
test/helpers/register.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
global.chai = require('chai')
|
||||
global.chai.use(require('chai-as-promised'))
|
||||
global.expect = global.chai.expect
|
||||
global.should = global.chai.should()
|
Loading…
Add table
Add a link
Reference in a new issue