feat: US-003 - Test pentru hello
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
5
test-ralph-workflow/tests/hello.test.js
Normal file
5
test-ralph-workflow/tests/hello.test.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const { hello } = require('../src/hello');
|
||||
|
||||
test('hello("World") returns "Hello, world!"', () => {
|
||||
expect(hello('World')).toBe('Hello, world!');
|
||||
});
|
||||
Reference in New Issue
Block a user