test(backend): polyfill position

This commit is contained in:
Acid Chicken (硫酸鶏) 2024-06-01 16:39:34 +09:00
parent 623eb410bb
commit 9366515565
No known key found for this signature in database
GPG Key ID: 3E87B98A3F6BAB99
1 changed files with 7 additions and 7 deletions

View File

@ -5,14 +5,14 @@
import { initTestDb, sendEnvResetRequest } from './utils.js';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
Symbol.dispose ??= Symbol('Symbol.dispose');
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
Symbol.asyncDispose ??= Symbol('Symbol.asyncDispose');
beforeAll(async () => {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
Symbol.dispose ??= Symbol('Symbol.dispose');
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
Symbol.asyncDispose ??= Symbol('Symbol.asyncDispose');
await Promise.all([
initTestDb(false),
sendEnvResetRequest(),