Merge pull request #25489 from miqdigital/develop-chunks

fixed filename and imports for scaffolder-node-test-utils plugin
This commit is contained in:
Fredrik Adelöw
2024-07-01 00:19:11 +02:00
committed by GitHub
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';