Skip to content

Commit cab0028

Browse files
committed
fix app declarations test
1 parent 6fed2e1 commit cab0028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/write-app-declarations.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('find config', () => {
1212
beforeEach(async () => {
1313
await fs.ensureDir(fixtureDir)
1414
})
15-
afterEach(() => fs.remove(declarationFile))
15+
afterEach(async () => await fs.remove(declarationFile))
1616

1717
it('should preserve CRLF EOL', async () => {
1818
const eol = '\r\n'

0 commit comments

Comments
 (0)