changes to the testing, incorporating browser_testing
This commit is contained in:
@ -8,7 +8,7 @@ var sinon = require('sinon');
|
||||
var nock = require('../mocks/server.js');
|
||||
var _ = require('lodash');
|
||||
var nodeList = require('../fixtures/short_node_list.json');
|
||||
var stub = require('./auto_release_stub').make();
|
||||
var stub = require('../utils/auto_release_stub').make();
|
||||
|
||||
/**
|
||||
* Allows the tests call #request() without it doing anything past trying to select
|
||||
|
||||
Reference in New Issue
Block a user