soiz1 commited on
Commit
4265b61
·
verified ·
1 Parent(s): e76284c

Update karma.conf.js

Browse files
Files changed (1) hide show
  1. karma.conf.js +7 -6
karma.conf.js CHANGED
@@ -9,12 +9,7 @@ webpackCfg.module.rules.push({
9
  esModules: true,
10
  },
11
  })
12
-
13
- module.exports = function (config) {
14
- config.set({
15
- basePath: '',
16
- frameworks: ['jquery-1.8.3'],
17
- files: [
18
  'src/index.js',
19
  'test/init.js',
20
  'node_modules/jasmine-jquery/lib/jasmine-jquery.js',
@@ -27,6 +22,12 @@ module.exports = function (config) {
27
  'test/snippets.js',
28
  'test/sources.js',
29
  'test/settings.js',
 
 
 
 
 
 
30
  'test/eruda.js',
31
  ],
32
  plugins: [
 
9
  esModules: true,
10
  },
11
  })
12
+ /*
 
 
 
 
 
13
  'src/index.js',
14
  'test/init.js',
15
  'node_modules/jasmine-jquery/lib/jasmine-jquery.js',
 
22
  'test/snippets.js',
23
  'test/sources.js',
24
  'test/settings.js',
25
+ */
26
+ module.exports = function (config) {
27
+ config.set({
28
+ basePath: '',
29
+ frameworks: ['jquery-1.8.3'],
30
+ files: [
31
  'test/eruda.js',
32
  ],
33
  plugins: [