Skip to content

Commit

Permalink
add test update
Browse files Browse the repository at this point in the history
  • Loading branch information
asanehisa committed Aug 29, 2024
1 parent 565bff6 commit 2811dad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe("addDataToPuckConfig", () => {
try {
fs.writeFileSync(
"test.tsx",
`export const puckConfigs = new Map<string, Config<any>>([
`export const componentRegistry = new Map<string, Config<any>>([
["location", locationConfig],
]);`
);
Expand Down

0 comments on commit 2811dad

Please sign in to comment.