Skip to content

Commit

Permalink
wip: karma config linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Apr 26, 2017
1 parent 76e48ce commit f6dcf17
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion karma/jasmine/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function (config) {
files: [
'../../dist/pact-web.js',
// Example Using NPM package
//'node_modules/pact-web/pact-web.js',
// 'node_modules/pact-web/pact-web.js',
'client.js',
'client-spec.js'
],
Expand Down
11 changes: 11 additions & 0 deletions karma/jasmine/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "jasmine",
"version": "1.0.0",
"description": "",
"main": "client-spec.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}
2 changes: 1 addition & 1 deletion karma/mocha/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function (config) {
// if you are using this example to setup your own project load pact from the node_modules directory
'../../dist/pact-web.js',
// Example Using NPM package
//'node_modules/pact-web/pact-web.js',
// 'node_modules/pact-web/pact-web.js',
'client.js',
'client-spec.js'
],
Expand Down

0 comments on commit f6dcf17

Please sign in to comment.