Major updates for testing and grunt, jenkins tests are now powered by the jenkins.sh script in the scripts directory.
This commit is contained in:
3
test/mocks/server.js
Normal file
3
test/mocks/server.js
Normal file
@ -0,0 +1,3 @@
|
||||
var nock = require('nock');
|
||||
nock.disableNetConnect();
|
||||
module.exports = nock;
|
||||
Reference in New Issue
Block a user