mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Move sauce tests to /test/integration folder
This commit is contained in:
parent
cc072199a1
commit
8cb9536187
@ -13,8 +13,8 @@
|
||||
"build": "gulp build --production",
|
||||
"start": "node server.js",
|
||||
"test": "npm run sauce-test",
|
||||
"sauce-test": "mocha",
|
||||
"tunnel": "node test/tunnel.js",
|
||||
"sauce-test": "mocha ./test/integration/tests/",
|
||||
"tunnel": "node ./test/integration/tunnel.js",
|
||||
"vi-clean": "rm -rf gemini-report",
|
||||
"vi-phantom": "phantomjs --webdriver=4444",
|
||||
"vi-update": "gemini update",
|
||||
|
@ -5,7 +5,7 @@ const wd = require('wd');
|
||||
const asserters = wd.asserters; // Commonly used asserters for async waits in the browser
|
||||
const chai = require('chai');
|
||||
const chaiAsPromised = require('chai-as-promised');
|
||||
const config = require('./config.js');
|
||||
const config = require('../config.js');
|
||||
|
||||
chai.use(chaiAsPromised);
|
||||
chai.should();
|
Loading…
Reference in New Issue
Block a user