Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-03-16 02:31:01 +0300
committerMike Greiling <mike@pixelcog.com>2017-03-16 02:31:01 +0300
commit95d38ac9f97e80a26aac8026a4d38a54fbdc98e8 (patch)
tree26a92aae77b23933626af819a4363552b0e1b824 /config/karma.config.js
parent68e40bd49fde7b790bb31b9ac85a249bedd817d2 (diff)
remove all references to the .es6 in our config files and documentation
Diffstat (limited to 'config/karma.config.js')
-rw-r--r--config/karma.config.js2
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: {