Convert to ESM

This commit is contained in:
Nick Alteen
2025-01-08 11:58:58 -05:00
parent f78d56ba70
commit 844440f60c
40 changed files with 33184 additions and 37099 deletions

3
__fixtures__/wait.ts Normal file
View File

@@ -0,0 +1,3 @@
import { jest } from '@jest/globals'
export const wait = jest.fn<typeof import('../src/wait.js').wait>()