Improved interface testing
This commit is contained in:
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()
|
||||
Reference in New Issue
Block a user