Skip to content

Commit

Permalink
chore: update no config object test
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh3112 committed Sep 21, 2021
1 parent 21d60be commit c3d0744
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@ const { resolve } = require("path");
const { run } = require("../../../utils/test-utils");

describe("empty config", () => {
it("should work", async () => {
it("should build and not throw error with empty object as configuration", async () => {
const { exitCode, stderr, stdout } = await run(__dirname, [
"-c",
resolve(__dirname, "webpack.config.js"),
Expand Down

0 comments on commit c3d0744

Please sign in to comment.