We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec26e19 commit 78f8610Copy full SHA for 78f8610
tests/e2e/tests/build/prod-build.ts
@@ -34,7 +34,7 @@ export default function() {
34
.then(() => expectFileToExist(join(process.cwd(), 'dist')))
35
// Check for cache busting hash script src
36
.then(() => expectFileToMatch('dist/index.html', /main\.[0-9a-f]{20}\.bundle\.js/))
37
- .then(() => expectFileToMatch('dist/index.html', /styles\.[0-9a-f]{20}\.bundle\.css/))
+ .then(() => expectFileToMatch('dist/index.html', /styles\.[0-9a-f]{32}\.bundle\.css/))
38
39
// Check that the process didn't change local files.
40
.then(() => expectGitToBeClean())
0 commit comments