Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 3291c73

Browse files
committed
Merge pull request #420 from bendrucker/mockfirebase
Update MockFirebase to 0.3 + devDep
2 parents 0274132 + e73f9ae commit 3291c73

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"dependencies": {
3333
"angular": "1.2.x || 1.3.x",
3434
"firebase": "1.0.x",
35-
"firebase-simple-login": "1.6.x",
36-
"mockfirebase": "~0.2.9"
35+
"firebase-simple-login": "1.6.x"
3736
},
3837
"devDependencies": {
3938
"lodash": "~2.4.1",
40-
"angular-mocks": "~1.2.18"
39+
"angular-mocks": "~1.2.18",
40+
"mockfirebase": "0.3"
4141
}
4242
}

tests/automatic_karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = function(config) {
2929
files: [
3030
'../bower_components/angular/angular.js',
3131
'../bower_components/angular-mocks/angular-mocks.js',
32-
'../bower_components/mockfirebase/dist/mockfirebase.js',
32+
'../bower_components/mockfirebase/browser/mockfirebase.js',
3333
'lib/**/*.js',
3434
'../src/module.js',
3535
'../src/**/*.js',

tests/sauce_karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = function(config) {
2020
files: [
2121
'../bower_components/angular/angular.js',
2222
'../bower_components/angular-mocks/angular-mocks.js',
23-
'../bower_components/mockfirebase/dist/mockfirebase.js',
23+
'../bower_components/mockfirebase/browser/mockfirebase.js',
2424
'lib/**/*.js',
2525
'../dist/angularfire.js',
2626
'mocks/**/*.js',

0 commit comments

Comments
 (0)