File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
packages/@vue/babel-preset-app/__tests__ Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,6 @@ test('async/await', () => {
106
106
expect ( code ) . toMatch ( getAbsolutePolyfill ( 'es.promise' ) )
107
107
// should use regenerator runtime
108
108
expect ( code ) . toMatch ( `"regenerator-runtime/runtime"` )
109
- // should use required helper instead of inline
110
- expect ( code ) . toMatch ( / " .* r u n t i m e \/ h e l p e r s \/ a s y n c T o G e n e r a t o r \" / )
111
109
} )
112
110
113
111
test ( 'jsx' , ( ) => {
@@ -158,7 +156,6 @@ test('disable absoluteRuntime', () => {
158
156
} )
159
157
160
158
test ( 'should inject polyfills / helpers using "require" statements for a umd module' , ( ) => {
161
- // TODO:
162
159
const { code } = babel . transformSync ( `
163
160
(function (global, factory) {
164
161
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
You can’t perform that action at this time.
0 commit comments