Skip to content

Commit

Permalink
fix(examples): correct karma/jasmine example to use jasmine instead o…
Browse files Browse the repository at this point in the history
…f mocha (#365)
  • Loading branch information
Yesid Leonardo López Sierra authored and TimothyJones committed Sep 25, 2019
1 parent fcdf561 commit 96a0758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/karma/jasmine/karma.conf.js
Expand Up @@ -15,7 +15,7 @@ module.exports = function(config) {
files: [
// Local development
// '../../dist-web/pact-web.js',
"node_modules/@pact-foundation/pact-web/pact-web.js",
"../node_modules/@pact-foundation/pact-web/pact-web.js",
"client.js",
"client-spec.js",
],
Expand Down
2 changes: 1 addition & 1 deletion examples/karma/package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "npm run test:mocha && npm run test:jasmine",
"test:mocha": "karma start ./mocha/karma.conf.js",
"test:jasmine": "karma start ./mocha/karma.conf.js"
"test:jasmine": "karma start ./jasmine/karma.conf.js"
},
"author": "",
"license": "MIT",
Expand Down

0 comments on commit 96a0758

Please sign in to comment.