chore: namespace these a little bit

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-06-13 16:02:22 +02:00
parent d149bd5c0f
commit 5d8771e99d
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ function getRoleConfig(role) {
case 'common-library':
case 'frontend-plugin':
case 'frontend-plugin-module':
return { testEnvironment: require.resolve('./jsdomEnvironment') };
return { testEnvironment: require.resolve('./jestJsdomEnvironment') };
case 'cli':
case 'backend':
case 'node-library':