Skip to content

Commit

Permalink
chore(*): adds sofa-testing as dependency
Browse files Browse the repository at this point in the history
this also removes checked in mocks, they now come
in via sofa-testing module
  • Loading branch information
0x-r4bbit committed Feb 19, 2014
1 parent c33c333 commit 856668b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 47 deletions.
3 changes: 3 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
],
"description": "Sofa Web SDK core components.",
"main": "dist/sofa.core.js",
"devDependencies": {
"sofa-testing": "0.1.x"
},
"keywords": [
"sofa",
"sofa.io",
Expand Down
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = function ( karma ) {
files: [
'src/sofa.js',
'src/**/*.js',
'test/sofa.config.mock.js',
'node_modules/sofa-testing/mocks/sofa.config.mock.js',
'test/**/*.spec.js'
],
exclude: [],
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"grunt-contrib-sass": "~0.7.2",
"grunt-cli": "~0.1.13",
"karma": "~0.10.9",
"grunt-conventional-changelog": "~1.1.0"
"grunt-conventional-changelog": "~1.1.0",
"sofa-testing": "~0.1.x"
}
}
45 changes: 0 additions & 45 deletions test/sofa.config.mock.js

This file was deleted.

0 comments on commit 856668b

Please sign in to comment.