Skip to content

Commit 8ea82a7

Browse files
committed
Fix typo
1 parent 272f8f3 commit 8ea82a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/helpers/karma.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const KARMA_CONFIG = {
1818
},
1919
babelPreprocessor: {options: {babelrc: false, presets: ['es2015'], sourceMap: 'inline'}},
2020
colors: true,
21-
logLevel: constants.LOG_DISABLED,
21+
logLevel: constants.LOG_DISABLE,
2222
browsers: ['PhantomJS'],
2323
plugins: ['@metahub/karma-jasmine-jquery', 'karma-*', karmaPreprocessor],
2424
};

0 commit comments

Comments
 (0)