1
0
Fork 0

fix(backend): Fix eslint-flagged errors

This commit is contained in:
Benjamin F 2022-12-29 15:51:21 -08:00
parent 72a99cc646
commit 85628caad1
4 changed files with 10 additions and 11 deletions

View file

@ -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)
}