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

Commit f4c62ec

Browse files
author
Jacob Wenger
committed
Merge pull request #396 from firebase/release_0.8.1_mockfb
move mockfirebase into bower
2 parents eb85343 + 3b3bfd3 commit f4c62ec

File tree

5 files changed

+5
-1820
lines changed

5 files changed

+5
-1820
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"dependencies": {
3333
"angular": "1.2.x || 1.3.x",
3434
"firebase": "1.0.x",
35-
"firebase-simple-login": "1.6.x"
35+
"firebase-simple-login": "1.6.x",
36+
"mockfirebase": "~0.2.9"
3637
},
3738
"devDependencies": {
3839
"lodash": "~2.4.1",

tests/automatic_karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ module.exports = function(config) {
1717
},
1818

1919
files: [
20-
'../bower_components/lodash/dist/lodash.js',
2120
'../bower_components/angular/angular.js',
2221
'../bower_components/angular-mocks/angular-mocks.js',
22+
'../bower_components/mockfirebase/dist/mockfirebase.js',
2323
'lib/**/*.js',
2424
'../src/module.js',
2525
'../src/**/*.js',

0 commit comments

Comments
 (0)