remove fixtures after shutting down the project

This commit is contained in:
Brian Mann
2022-02-21 10:10:18 -05:00
parent 6b363eca2f
commit d14d5ccd0c
@@ -210,7 +210,6 @@ describe('Routes', () => {
afterEach(function () {
evilDns.clear()
nock.cleanAll()
Fixtures.remove()
this.session.destroy()
preprocessor.close()
this.project = null
@@ -220,6 +219,9 @@ describe('Routes', () => {
httpsServer.stop(),
ctx.actions.project.clearCurrentProject(),
)
.then(() => {
Fixtures.remove()
})
})
context('GET /', () => {