Skip to content

Commit

Permalink
package.json päivitys
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalle O Ilves committed Apr 24, 2015
1 parent a914773 commit ad98ea4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"name": "Elokuvakirjasto",
"version": "0.0.0"
"version": "0.0.0",
"author": "",
"license": "ISC",
"devDependencies": {
"karma": "~0.10",
"karma": "~0.12",
"protractor": "^1.1.1",
"http-server": "^0.6.1",
"bower": "^1.3.1",
"shelljs": "^0.2.6",
"karma-junit-reporter": "^0.2.2"
"karma-junit-reporter": "^0.2.2",
"karma-jasmine": "~0.2"
},
"dependencies": {
"karma-chrome-launcher": "^0.1.8"
}
}
2 changes: 1 addition & 1 deletion test/add_movie_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('Add movie', function(){
});

// Lisää vakoilijat
// spyOn(FirebaseServiceMock, 'jokuFunktio');
// spyOn(FirebaseServiceMock, 'jokuFunktio').and.callThrough();
});

/*
Expand Down
2 changes: 1 addition & 1 deletion test/edit_movie_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('Edit movie', function(){
});

// Lisää vakoilijat
// spyOn(FirebaseServiceMock, 'jokuFunktio');
// spyOn(FirebaseServiceMock, 'jokuFunktio').and.callThrough();
});

/*
Expand Down
2 changes: 1 addition & 1 deletion test/movie_list_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('Movie list', function(){
});

// Lisää vakoilijat
// spyOn(FirebaseServiceMock, 'jokuFunktio');
// spyOn(FirebaseServiceMock, 'jokuFunktio').and.callThrough();
});

/*
Expand Down
2 changes: 1 addition & 1 deletion test/show_movie_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('Show movie', function(){
});

// Lisää vakoilijat
// spyOn(FirebaseServiceMock, 'jokuFunktio');
// spyOn(FirebaseServiceMock, 'jokuFunktio').and.callThrough();
});

/*
Expand Down

0 comments on commit ad98ea4

Please sign in to comment.