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', () => {
106106 expect ( code ) . toMatch ( getAbsolutePolyfill ( 'es.promise' ) )
107107 // should use regenerator runtime
108108 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 \" / )
111109} )
112110
113111test ( 'jsx' , ( ) => {
@@ -158,7 +156,6 @@ test('disable absoluteRuntime', () => {
158156} )
159157
160158test ( 'should inject polyfills / helpers using "require" statements for a umd module' , ( ) => {
161- // TODO:
162159 const { code } = babel . transformSync ( `
163160 (function (global, factory) {
164161 typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
You can’t perform that action at this time.
0 commit comments