Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rivka-ungar committed Oct 16, 2024
1 parent 1541e5e commit a12f272
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineInlineTest } from "jscodeshift/src/testUtils";

function prependImport(source: string): string {
return `
import { Button } from "monday-ui-react-core";
import { Button } from "@vibe/core";
${source}
`;
}
Expand Down

0 comments on commit a12f272

Please sign in to comment.