test: add teardown dependency to clean db after tests
This commit is contained in:
@@ -45,6 +45,11 @@ module.exports = defineConfig({
|
||||
{
|
||||
name: 'setup',
|
||||
testMatch: /.*\.setup\.js/,
|
||||
teardown: 'teardown',
|
||||
},
|
||||
{
|
||||
name: 'teardown',
|
||||
testMatch: /.*\.teardown\.js/,
|
||||
},
|
||||
{
|
||||
name: 'chromium',
|
||||
|
Reference in New Issue
Block a user