Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit ac3287e

Browse files
committed
chore: change directory structure
1 parent 970d7fd commit ac3287e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
File renamed without changes.
File renamed without changes.

karma.conf.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ module.exports = function(config) {
1717
files: [
1818
'bower_components/angular/angular.js',
1919
'bower_components/angular-mocks/angular-mocks.js',
20-
'src/*.js',
21-
'test/*.js'
20+
21+
'controller/controller.js',
22+
23+
'controller/controller.spec.js'
2224
],
2325

2426

0 commit comments

Comments
 (0)