chore: tests mocking out setState is probably bad... let's make the test a little better,

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-03-23 15:28:07 +01:00
parent 9c1ee4d56b
commit 1c47698ad4
3 changed files with 7 additions and 11 deletions
-1
View File
@@ -150,7 +150,6 @@ async function getProjectConfig(targetPath, displayName) {
: undefined,
transformIgnorePatterns: [`/node_modules/(?:${transformIgnorePattern})/`],
...getRoleConfig(closestPkgJson?.backstage?.role),
};