diff --git a/packages/rrdom/test/utils.ts b/packages/rrdom/test/utils.ts index 6fe53920d2..e07f150708 100644 --- a/packages/rrdom/test/utils.ts +++ b/packages/rrdom/test/utils.ts @@ -9,6 +9,7 @@ const _typescript = typescript as unknown as typeof typescript.default; export async function compileTSCode(inputFilePath: string) { const bundle = await rollup.rollup({ input: inputFilePath, + cache: false, plugins: [ resolve() as unknown as rollup.Plugin, _typescript({