Skip to content

Commit 0484175

Browse files
authored
.
1 parent f3f535f commit 0484175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/tests/build/chunk-hash.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function() {
1919
.then(() => {
2020
fs.readdirSync('./dist')
2121
.forEach(name => {
22-
if (!name.match(/(main|inline|style|\d+)\.[a-z0-9]+\.bundle\.(js|css)/)) {
22+
if (!name.match(/(main|inline|styles|\d+)\.[a-z0-9]+\.bundle\.(js|css)/)) {
2323
return;
2424
}
2525

@@ -33,7 +33,7 @@ export default function() {
3333
.then(() => {
3434
fs.readdirSync('./dist')
3535
.forEach(name => {
36-
if (!name.match(/(main|inline|style|\d+)\.[a-z0-9]+\.bundle\.(js|css)/)) {
36+
if (!name.match(/(main|inline|styles|\d+)\.[a-z0-9]+\.bundle\.(js|css)/)) {
3737
return;
3838
}
3939

0 commit comments

Comments
 (0)