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 6fed2e1 commit cab0028Copy full SHA for cab0028
test/unit/write-app-declarations.test.ts
@@ -12,7 +12,7 @@ describe('find config', () => {
12
beforeEach(async () => {
13
await fs.ensureDir(fixtureDir)
14
})
15
- afterEach(() => fs.remove(declarationFile))
+ afterEach(async () => await fs.remove(declarationFile))
16
17
it('should preserve CRLF EOL', async () => {
18
const eol = '\r\n'
0 commit comments