test(core): crash due to default test script

This commit is contained in:
Elian Doran
2026-04-09 18:12:47 +03:00
parent 2f7c054d64
commit de050b3adc

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Note: Core tests are run either through apps/server or apps/client-standalone, since they have different runtime environments.\""
},
"dependencies": {
"@braintree/sanitize-url": "7.1.1",