File tree Expand file tree Collapse file tree 2 files changed +0
-23
lines changed Expand file tree Collapse file tree 2 files changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -30,18 +30,6 @@ module.exports = function (config) {
30
30
// frameworks to use
31
31
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
32
32
frameworks : [ 'mocha' ] ,
33
- // undici is a fetch polyfill that test helpers call for Node tests, and browser tests should
34
- // ignore its import to avoid compilation errors in those test helpers.
35
- webpack : {
36
- ...webpackBase ,
37
- resolve : {
38
- ...webpackBase . resolve ,
39
- alias : {
40
- 'undici' : false
41
- }
42
- }
43
- } ,
44
-
45
33
client : Object . assign ( { } , karmaBase . client , getClientConfig ( ) )
46
34
} ) ;
47
35
Original file line number Diff line number Diff line change @@ -27,17 +27,6 @@ module.exports = function (config) {
27
27
// frameworks to use
28
28
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
29
29
frameworks : [ 'mocha' ] ,
30
- // undici is a fetch polyfill that test helpers call for Node tests, and browser tests should
31
- // ignore its import to avoid compilation errors in those test helpers.
32
- webpack : {
33
- ...webpackBase ,
34
- resolve : {
35
- ...webpackBase . resolve ,
36
- alias : {
37
- 'undici' : false
38
- }
39
- }
40
- } ,
41
30
client : Object . assign ( { } , karmaBase . client , getClientConfig ( argv ) )
42
31
} ) ;
43
32
You can’t perform that action at this time.
0 commit comments