Only bundle the release build, and don't import src in tests (#13978)
* Only bundle the release build, and don't import `src` in tests * Use file extension to signal skipping * Remove unnecessary config change * Fix imports
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import normalizeOptions from "../src/normalize-options.js";
|
||||
import normalizeOptions from "../lib/normalize-options.js";
|
||||
|
||||
describe("normalize options", () => {
|
||||
(process.env.BABEL_8_BREAKING ? describe : describe.skip)("Babel 8", () => {
|
||||
it("should throw on unknown options", () => {
|
||||
Reference in New Issue
Block a user