diff --git a/plugin/src/utils/worker.ts b/plugin/src/utils/worker.ts index 3cb7362..9784423 100644 --- a/plugin/src/utils/worker.ts +++ b/plugin/src/utils/worker.ts @@ -20,7 +20,7 @@ async function _getContext(configPath: string | undefined) { export async function getContext(opts: Opts) { if (process.env.NODE_ENV === 'test') { - const ctx = createContext({ importMap: './panda' }) + const ctx = createContext({ importMap: './pandas' }) ctx.getFiles = () => ['./src/valid.tsx'] return ctx } else {