Skip to content
This repository was archived by the owner on Jun 25, 2022. It is now read-only.

Commit 762d0b8

Browse files
committed
Fix bug with unit-test task
1 parent 91d357c commit 762d0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ gulp.task 'release', ->
170170
# Unit Testing with Karma
171171
gulp.task 'unit-test', (done) ->
172172
new Server({
173-
configFile: "#{paths.test}/karma_conf.coffee",
173+
configFile: __dirname + "/#{paths.test}/karma_conf.coffee",
174174
singleRun: true
175175
}, done).start()
176176

0 commit comments

Comments
 (0)