mirror of https://github.com/webpack/webpack.git
fix test case naming which causes weird CI failures
This commit is contained in:
parent
567ff7f026
commit
687f73cda9
|
@ -2,7 +2,7 @@ const { describeCases } = require("./TestCases.template");
|
||||||
|
|
||||||
describe("TestCases", () => {
|
describe("TestCases", () => {
|
||||||
describeCases({
|
describeCases({
|
||||||
name: "devtool-eval",
|
name: "devtool-eval-deterministic-module-ids",
|
||||||
devtool: "eval",
|
devtool: "eval",
|
||||||
optimization: {
|
optimization: {
|
||||||
moduleIds: "deterministic"
|
moduleIds: "deterministic"
|
||||||
|
|
Loading…
Reference in New Issue