Add log API

This commit is contained in:
2024-02-15 13:55:48 -06:00
parent 1168a00d33
commit 5160a3f692
4 changed files with 95 additions and 50 deletions
+2 -4
View File
@@ -15,10 +15,8 @@ describe('greeter function', () => {
});
// Assert if setTimeout was called properly
it('delays the greeting by 2 seconds', () => {
});
it('delays the greeting by 2 seconds', () => {});
// Assert greeter result
it('greets a user with `Hello, {name}` message', () => {
});
it('greets a user with `Hello, {name}` message', () => {});
});