Skip to content

Commit

Permalink
chore: update mjs config
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh3112 committed Sep 14, 2021
1 parent 8491c7c commit e9b603d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ const fs = require("fs");
const path = require("path");
const { run, isWebpack5 } = require("../../../../utils/test-utils");

describe("Default Config:", () => {
it("Should be able to pick mjs config by default", async () => {
describe("default config with mjs extention", () => {
it("should build and not throw error with mjs config by default", async () => {
const { exitCode, stderr, stdout } = await run(__dirname, [], {
env: { WEBPACK_CLI_FORCE_LOAD_ESM_CONFIG: true },
});
Expand Down

0 comments on commit e9b603d

Please sign in to comment.