From c3d0744e46a7e9562d78d9b0b01cbb4cceca5569 Mon Sep 17 00:00:00 2001 From: Rishabh Chawla Date: Tue, 21 Sep 2021 14:38:29 +0530 Subject: [PATCH] chore: update no config object test --- test/build/config/no-config-object/no-config-object.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/build/config/no-config-object/no-config-object.test.js b/test/build/config/no-config-object/no-config-object.test.js index e88b1339d03..663117d8f00 100644 --- a/test/build/config/no-config-object/no-config-object.test.js +++ b/test/build/config/no-config-object/no-config-object.test.js @@ -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"),