Skip to content
4 changes: 4 additions & 0 deletions __tests__/mock-precompile.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
export function precompile(value: string) {
return `precompiledFromPath(${value})`;
}

export function _preprocess(...args: unknown[]) {
return args;
}
Loading