Require output fixture extension to match sourceType output.
This commit is contained in:
5
packages/babel-plugin-transform-classes/test/fixtures/spec/export-default/output.mjs
vendored
Normal file
5
packages/babel-plugin-transform-classes/test/fixtures/spec/export-default/output.mjs
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
var Foo = function Foo() {
|
||||
babelHelpers.classCallCheck(this, Foo);
|
||||
};
|
||||
|
||||
export { Foo as default };
|
||||
Reference in New Issue
Block a user