fixed filename and imports for scaffolder-node-test-utils plugin

fix: fixed the filename and imports for scaffolder-node-test-utils plugin
---------
Signed-off-by: Ambarish07 <ambarishsingh07@gmail.com>
This commit is contained in:
Ambarish07
2024-07-01 01:20:29 +05:30
committed by GitHub
parent 8f620d42b4
commit 54429b5cac
3 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-node-test-utils': patch
---
Filename and imports correction for mockActionContext.ts
@@ -14,4 +14,4 @@
* limitations under the License.
*/
export { createMockActionContext } from './mockActionConext';
export { createMockActionContext } from './mockActionContext';