refactor(removed unused var/import)

Co-authored-by: Sebastian Palmqvist <PalmN72@users.noreply.github.com>
This commit is contained in:
Lee 2023-11-02 13:53:40 +01:00
parent a0c755f62a
commit 5b1c67352d
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@ const { default: init } = jest.requireActual(
'../../../api-skolplattformen/lib/index.ts'
)
const wait = (ms: number) => new Promise((res) => setTimeout(res, ms))
describe('hooks with fake data', () => {
let api: any
let storage: any