We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091b5d7 commit 89f1441Copy full SHA for 89f1441
3 files changed
app/app.spec.js
@@ -0,0 +1,5 @@
1
+describe( 'application', function() {
2
+ it('should be configured', function() {
3
+ expect( true ).toBe( true );
4
+ });
5
+});
karma.conf.js
@@ -17,9 +17,9 @@
17
files: [
18
'https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.3.4/jasmine.min.js',
19
'public/js/app.js',
20
- 'karmaboot.js',
21
- 'node_modules/angular-mocks/angular-mocks.js',
22
- 'node_modules/angular-mocks/angular-scenario.js',
+ //'karmaboot.js',
+ //'node_modules/angular-mocks/angular-mocks.js',
+ //'node_modules/angular-scenario/angular-scenario.js',
23
'app/**/*.spec.js'
24
],
25
karmaboot.js
@@ -1,2 +0,0 @@
-require('app');
-var angular = require('angular');
0 commit comments