Added jest import and removed globals

This commit is contained in:
Alexander Cerutti
2023-04-06 22:37:58 +02:00
parent c645a3fb14
commit 3a3ca3a226
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,4 @@
// @ts-check
/// <reference types="@jest/globals" />
const {
describe,
@@ -7,6 +6,7 @@ const {
beforeEach,
it,
afterEach,
jest,
} = require("@jest/globals");
const fs = require("node:fs/promises");