neet/masto.js

View on GitHub
test-utils/jest-setup-after-env-unit.ts

Summary

Maintainability
A
0 mins
Test Coverage
/* eslint-disable @typescript-eslint/no-explicit-any */
(Symbol as any).dispose ??= Symbol("Symbol.dispose");
(Symbol as any).asyncDispose ??= Symbol("Symbol.asyncDispose");
/* eslint-enable @typescript-eslint/no-explicit-any */