From 64a40fb046cb9528dd71e2c8e49b160cf236d567 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Wed, 18 Aug 2021 20:43:27 -0700 Subject: [PATCH] update test --- test/project-chunking/expected.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/project-chunking/expected.js b/test/project-chunking/expected.js index 54ec661..7755d76 100644 --- a/test/project-chunking/expected.js +++ b/test/project-chunking/expected.js @@ -6,4 +6,4 @@ expect(output.length).toBe(16); // check relative asset references worked out expect(fs.readFileSync(__dirname + "/dist/modules/main.js").toString()).toContain(`ab+"asset`); expect(fs.readFileSync(__dirname + "/dist/modules/chunk.js").toString()).toContain(`ab+"asset`); -expect(fs.readFileSync(__dirname + "/dist/modules/chunks/541.js").toString()).toContain(`ab+"asset`); +expect(fs.readFileSync(__dirname + "/dist/modules/chunks/758.js").toString()).toContain(`ab+"asset`);