We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f3101 commit 76196baCopy full SHA for 76196ba
packages/@vue/babel-preset-app/__tests__/babel-preset.spec.js
@@ -16,7 +16,6 @@ test('polyfill detection', () => {
16
})
17
// default includes
18
expect(code).not.toMatch(`import "core-js/modules/es6.promise"`)
19
- expect(code).not.toMatch(`import "core-js/modules/es6.object.assign"`)
20
// usage-based detection
21
expect(code).not.toMatch(`import "core-js/modules/es6.map"`)
22
@@ -30,7 +29,6 @@ test('polyfill detection', () => {
30
29
}))
31
32
expect(code).toMatch(`import "core-js/modules/es6.promise"`)
33
- expect(code).toMatch(`import "core-js/modules/es6.object.assign"`)
34
35
expect(code).toMatch(`import "core-js/modules/es6.map"`)
36
0 commit comments