feat: add jest testing for utility functions

This commit is contained in:
pa
2025-07-21 14:24:50 +09:00
committed by Natsumi
parent b9b0cebd7f
commit e2b1948159
17 changed files with 9188 additions and 25 deletions

View File

@@ -1,4 +1,5 @@
/// <reference types="node" />
/// <reference types="jest" />
declare global {
const WINDOWS: boolean;