We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523bbd5 commit 05cb194Copy full SHA for 05cb194
scripts/jestGlobalTeardown.cjs
@@ -4,6 +4,6 @@ const path = require('path')
4
module.exports = async () => {
5
await global.__BROWSER_SERVER__.close()
6
if (!process.env.VITE_PRESERVE_BUILD_ARTIFACTS) {
7
- await fs.remove(path.resolve(__dirname, '../packages/temp'))
+ fs.removeSync(path.resolve(__dirname, '../packages/temp'))
8
}
9
0 commit comments