fix browser tests
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
export { foo } from "foo-export-named";
|
||||
import foo from "foo-import-default";
|
||||
import "foo-import-bare";
|
||||
@@ -1,5 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
import foo from "resolved/foo-import-default";
|
||||
import "resolved/foo-import-bare";
|
||||
export { foo } from "resolved/foo-export-named";
|
||||
@@ -1,5 +0,0 @@
|
||||
exports.blacklist = ["es6.modules"];
|
||||
|
||||
exports.resolveModuleSource = function (originalSource) {
|
||||
return "resolved/" + originalSource;
|
||||
};
|
||||
Reference in New Issue
Block a user