diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-03-15 18:31:01 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-03-15 18:31:01 -0500 |
commit | 95d38ac9f97e80a26aac8026a4d38a54fbdc98e8 (patch) | |
tree | 26a92aae77b23933626af819a4363552b0e1b824 /config/karma.config.js | |
parent | 68e40bd49fde7b790bb31b9ac85a249bedd817d2 (diff) | |
download | gitlab-ce-95d38ac9f97e80a26aac8026a4d38a54fbdc98e8.tar.gz |
remove all references to the .es6 in our config files and documentationremove-es6-extension-configuration
Diffstat (limited to 'config/karma.config.js')
-rw-r--r-- | config/karma.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/karma.config.js b/config/karma.config.js index a23e62f5022..c1d3751d88f 100644 --- a/config/karma.config.js +++ b/config/karma.config.js @@ -36,7 +36,7 @@ module.exports = function(config) { { pattern: 'spec/javascripts/fixtures/**/*@(.json|.html|.html.raw)', included: false }, ], preprocessors: { - 'spec/javascripts/**/*.js?(.es6)': ['webpack', 'sourcemap'], + 'spec/javascripts/**/*.js': ['webpack', 'sourcemap'], }, reporters: [progressReporter, 'coverage-istanbul'], coverageIstanbulReporter: { |