Made into next card game

This commit is contained in:
2016-02-27 14:50:06 +08:00
parent 1ceecc417d
commit 67eaa637c6
14 changed files with 2025 additions and 1118 deletions
+6 -5
View File
@@ -5,6 +5,7 @@ describe('services', function () {
//load modules
beforeEach(module('scienceAlchemy'));
// Test service availability
describe('game', function () {
it('should exist', inject(function (game) {
@@ -12,11 +13,11 @@ describe('services', function () {
}));
});
describe('detector', function () {
it('should exist', inject(function (detector) {
expect(detector).toBeDefined();
}));
});
// describe('detector', function () {
// it('should exist', inject(function (detector) {
// expect(detector).toBeDefined();
// }));
// });
describe('lab', function () {
it('should exist', inject(function (lab) {