Skip to content

Commit 6703f4c

Browse files
author
Sassoun Derderian
committed
fix: should-sinon not installed
1 parent f2aef6f commit 6703f4c

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

karma-ci.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ module.exports = function (config) {
3737
config.set({
3838
reporters: ['spec', 'coverage', 'saucelabs'],
3939
sauceLabs: {
40-
testName: 'Karma and Sauce Labs demo'
40+
testName: 'Karma and Sauce Labs demo',
41+
doctor: true
4142
},
4243
captureTimeout: 120000,
4344
customLaunchers: customLaunchers,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"semver": "5.1.0",
4444
"shelljs": "0.5.3",
4545
"should": "11.2.1",
46-
"should-http": "0.1.0",
46+
"should-sinon": "0.1.0",
4747
"should-spies": "1.1.0",
4848
"sinon": "^1.12.2",
4949
"source-map-loader": "0.1.6",

test/Api.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616
import * as should from 'should'
17-
import 'should-sinon'
17+
// import 'should-sinon'
1818
// import * as sinon from 'sinon'
1919

2020
import {Api} from '../src/Api'

test/integration/login.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import * as fetchMock from 'fetch-mock'
1818
import * as should from 'should'
19-
import 'should-sinon'
19+
// import 'should-sinon'
2020
// import * as sinon from 'sinon'
2121

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

0 commit comments

Comments
 (0)