feat: US-003 - Test pentru hello

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Echo
2026-02-08 14:05:52 +00:00
parent 7b738ccca8
commit 59abff1bce
5 changed files with 4434 additions and 3 deletions

View File

@@ -4,6 +4,9 @@
"description": "Proiect minimal pentru testare workflow Ralph",
"main": "src/hello.js",
"scripts": {
"test": "echo \"No tests yet\" && exit 0"
"test": "jest"
},
"devDependencies": {
"jest": "^30.2.0"
}
}