Skip to content

Commit fa0eefd

Browse files
committed
fix(test): remove not used polyfill
1 parent 49573ef commit fa0eefd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

template/gulp-tasks/test.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ gulp.task('test:server', () => {
1414

1515
gulp.task('test:client', (done) => {
1616
new Server({
17-
files: [
18-
'node_modules/babel-polyfill/dist/polyfill.js',
19-
path.resolve(dirs.testClient, '**/*.test.js'),
20-
],
17+
files: [path.resolve(dirs.testClient, '**/*.test.js')],
2118
configFile: path.resolve(dirs.test, 'karma.conf.js'),
2219
singleRun: true,
2320
}, done).start();

0 commit comments

Comments
 (0)