fix(backend): Fix eslint-flagged errors
This commit is contained in:
parent
72a99cc646
commit
85628caad1
4 changed files with 10 additions and 11 deletions
|
@ -122,6 +122,6 @@ export const setup = async () => {
|
|||
return { chai, config, expect, store }
|
||||
}
|
||||
|
||||
export const teardown = async function (store) {
|
||||
export const teardown = async function (/*store*/) {
|
||||
//console.log(store)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue