Skip to content

Commit

Permalink
Finalize tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anubra266 committed Jan 23, 2024
1 parent f7498d5 commit 691b9a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/utils/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: './pandas' })
const ctx = createContext({ importMap: './panda' })
ctx.getFiles = () => ['./src/valid.tsx']
return ctx
} else {
Expand Down
File renamed without changes.

0 comments on commit 691b9a6

Please sign in to comment.