Skip to content

Commit

Permalink
fix(typo): testPlugin -> testingPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter committed Dec 9, 2023
1 parent a1d70ba commit da067f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/giant-trees-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@modern-js/generator-common': patch
---

fix tips typo of testingPlugin, "testPlugin" -> "testingPlugin"
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const ModuleNewActionPluginName: Partial<
[ActionType.Function]: {
[ActionFunction.TailwindCSS]: 'tailwindcssPlugin',
[ActionFunction.ModuleDoc]: 'modulePluginDoc',
[ActionFunction.Test]: 'testPlugin',
[ActionFunction.Test]: 'testingPlugin',
},
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export const MWANewActionPluginName: Record<
[ActionFunction.TailwindCSS]: 'tailwindcssPlugin',
[ActionFunction.BFF]: 'bffPlugin',
[ActionFunction.MicroFrontend]: 'garfishPlugin',
[ActionFunction.Test]: 'testPlugin',
[ActionFunction.Test]: 'testingPlugin',
[ActionFunction.Storybook]: 'storybookPlugin',
[ActionFunction.SSG]: 'ssgPlugin',
[ActionFunction.Polyfill]: 'polyfillPlugin',
Expand Down

0 comments on commit da067f3

Please sign in to comment.