Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 3c6ad4b

Browse files
author
Parth Shah
committed
fixing karma gulp config
1 parent 20887c4 commit 3c6ad4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulp.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module.exports = function() {
7474
specs: [app + '**/*.spec.js'],
7575

7676
// Karma and testing settings
77-
specHelpers: ['tests/test-helpers/*.js', 'app/blocks/loggers/logEnhaner.js'],
77+
specHelpers: ['tests/test-helpers/*.js', 'app/blocks/logger/logEnhaner.js'],
7878
serverIntegrationSpecs: ['tests/server-integration/**/*.spec.js'],
7979

8080
// AWS settings

0 commit comments

Comments
 (0)