diff --git a/packages/platform/src/index.ts b/packages/platform/src/index.ts
index 6be392fb205..3d87bcb7237 100644
--- a/packages/platform/src/index.ts
+++ b/packages/platform/src/index.ts
@@ -20,6 +20,7 @@ export * from './event'
export * from './i18n'
export * from './metadata'
export * from './platform'
+export * from './ident'
export { default } from './platform'
export * from './resource'
export * from './status'
diff --git a/plugins/process-resources/package.json b/plugins/process-resources/package.json
index 76954397fa4..3ece02cf64d 100644
--- a/plugins/process-resources/package.json
+++ b/plugins/process-resources/package.json
@@ -9,9 +9,11 @@
"build:docs": "api-extractor run --local",
"format": "format src",
"svelte-check": "do-svelte-check",
+ "test": "jest --passWithNoTests --silent",
"_phase:svelte-check": "do-svelte-check",
"build:watch": "compile ui",
"_phase:build": "compile ui",
+ "_phase:test": "jest --passWithNoTests --silent",
"_phase:format": "format src",
"_phase:validate": "compile validate"
},
diff --git a/plugins/process-resources/src/components/ProcessAttribute.svelte b/plugins/process-resources/src/components/ProcessAttribute.svelte
index b4641f42826..03b645db85d 100644
--- a/plugins/process-resources/src/components/ProcessAttribute.svelte
+++ b/plugins/process-resources/src/components/ProcessAttribute.svelte
@@ -15,7 +15,7 @@
diff --git a/plugins/process-resources/src/components/attributeEditors/ConfigurePopup.svelte b/plugins/process-resources/src/components/attributeEditors/ConfigurePopup.svelte
index 860a4d4673c..281d9b23e9c 100644
--- a/plugins/process-resources/src/components/attributeEditors/ConfigurePopup.svelte
+++ b/plugins/process-resources/src/components/attributeEditors/ConfigurePopup.svelte
@@ -13,7 +13,7 @@
// limitations under the License.
-->