mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 00:23:01 +00:00
test(e2e): stabilize flaky imagery tests (#7765)
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user