test(e2e): stabilize flaky imagery tests (#7765)

This commit is contained in:
Jesse Mazzella
2024-07-23 20:41:07 -07:00
committed by GitHub
parent 1fae0a6ad5
commit 689f7cc815
77 changed files with 539 additions and 484 deletions

View File

@ -39,7 +39,7 @@ export default merge(common, {
return shouldWrite;
}
},
watchFiles: ['**/*.css'],
watchFiles: ['src/**/*.css', 'example/**/*.css'],
static: {
directory: fileURLToPath(new URL('../dist', import.meta.url)),
publicPath: '/dist',