Skip to content

Commit 14ce657

Browse files
committed
still fighting with tests. phantom js is throwing a crazy error.
1 parent bd51d0d commit 14ce657

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

test/gallery-controller-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// 'use strict';
1+
'use strict';
22

3-
require('../app')
3+
require('../app/entry.js');
44
require('angular-mocks')
55

66
var angular = require('angular');

test/home-controller-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// 'use strict';
1+
'use strict';
22

3-
require('../app')
3+
require('../app/entry.js');
44
require('angular-mocks')
55
var angular = require('angular');
66

test/signup-controller-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// 'use strict';
1+
'use strict';
22

3-
require('../app')
3+
require('../app/entry.js');
44
require('angular-mocks')
55
var angular = require('angular');
66

0 commit comments

Comments
 (0)