chore: code formatting

This commit is contained in:
github-actions[bot]
2022-01-16 01:41:24 +00:00
parent 4fa62aad67
commit d3228a126a
94 changed files with 3875 additions and 3822 deletions

View File

@@ -70,7 +70,7 @@ placeholder.run = async vars => {
//Setup
beforeAll(async () => {
//Clean community template
await fs.promises.rm(path.join(__dirname, "../source/templates/@classic"), { recursive: true, force:true })
await fs.promises.rm(path.join(__dirname, "../source/templates/@classic"), { recursive: true, force: true })
//Start web instance
await web.start()
})
@@ -79,7 +79,7 @@ afterAll(async () => {
//Stop web instance
await web.stop()
//Clean community template
await fs.promises.rm(path.join(__dirname, "../source/templates/@classic"), { recursive: true, force:true })
await fs.promises.rm(path.join(__dirname, "../source/templates/@classic"), { recursive: true, force: true })
})
//Load metadata (as jest doesn't support ESM modules, we use this dirty hack)