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 33182 additions and 37097 deletions
+3
View File
@@ -0,0 +1,3 @@
import { jest } from '@jest/globals'
export const wait = jest.fn<typeof import('../src/wait.js').wait>()