Skip to content

Commit

Permalink
refactor(macro): fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thekip committed Mar 1, 2024
1 parent 2a276ad commit b0ec5f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/macro/test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ import {
transformSync,
} from "@babel/core"
import prettier from "prettier"
import linguiMacroPlugin, { LinguiPluginOpts } from "../src/plugin"
// use package path instead relative because we want
// to test it in from /dist folder in integration tests
import linguiMacroPlugin, { LinguiPluginOpts } from "@lingui/macro/plugin"
import {
JSXAttribute,
jsxExpressionContainer,
Expand Down

0 comments on commit b0ec5f1

Please sign in to comment.