Skip to content

Commit

Permalink
fix: should-sinon not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sassoun Derderian committed Mar 13, 2017
1 parent f2aef6f commit 6703f4c
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion karma-ci.conf.js
Original file line number Diff line number Diff line change
@@ -37,7 +37,8 @@ module.exports = function (config) {
config.set({
reporters: ['spec', 'coverage', 'saucelabs'],
sauceLabs: {
testName: 'Karma and Sauce Labs demo'
testName: 'Karma and Sauce Labs demo',
doctor: true
},
captureTimeout: 120000,
customLaunchers: customLaunchers,
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
"semver": "5.1.0",
"shelljs": "0.5.3",
"should": "11.2.1",
"should-http": "0.1.0",
"should-sinon": "0.1.0",
"should-spies": "1.1.0",
"sinon": "^1.12.2",
"source-map-loader": "0.1.6",
2 changes: 1 addition & 1 deletion test/Api.spec.ts
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import * as should from 'should'
import 'should-sinon'
// import 'should-sinon'
// import * as sinon from 'sinon'

import {Api} from '../src/Api'
2 changes: 1 addition & 1 deletion test/integration/login.spec.ts
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@

import * as fetchMock from 'fetch-mock'
import * as should from 'should'
import 'should-sinon'
// import 'should-sinon'
// import * as sinon from 'sinon'

import * as Workfront from '../..//dist/workfront'

0 comments on commit 6703f4c

Please sign in to comment.