diff --git a/tests/utils/pal-wasm-testing.ts b/tests/utils/pal-wasm-testing.ts index f19a1ed14b6..3cd441fff95 100644 --- a/tests/utils/pal-wasm-testing.ts +++ b/tests/utils/pal-wasm-testing.ts @@ -22,7 +22,7 @@ THE SOFTWARE. */ -import { checkPalIntegrity, withImpl } from '@pal/utils'; +import { checkPalIntegrity, withImpl } from '../../pal/integrity-check'; import { join } from 'node:path'; import { readFileSync } from 'node:fs'; @@ -50,4 +50,4 @@ export async function ensureWasmModuleReady() { return Promise.resolve(); } -checkPalIntegrity(withImpl()); +checkPalIntegrity(withImpl());