move all plugin tests out of babel-core and into their appropriate folders
This commit is contained in:
6
packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/call/expected.js
vendored
Normal file
6
packages/babel-plugin-transform-function-bind/test/fixtures/function-bind/call/expected.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
var _context;
|
||||
|
||||
(_context = ctx, ns.obj.func).call(_context);
|
||||
(_context = ns.obj).func.call(_context);
|
||||
|
||||
(_context = ns.obj2, ns.obj1.func).call(_context);
|
||||
Reference in New Issue
Block a user