We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61baef2 commit 516a97fCopy full SHA for 516a97f
packages/plugin-assets/tests/init.test.js
@@ -34,7 +34,7 @@ describe('init', () => {
34
await fs.mkdir(path.dirname(configPath), { recursive: true });
35
});
36
afterEach(async () => {
37
- await fs.rm(configPath, { force: true });
+ await fs.unlink(configPath, { force: true });
38
39
40
describe('with nothing in the config', () => {
0 commit comments