Making sure test failure is caught #5
Annotations
3 errors
test/index.spec.ts > Hello World worker > responds with Hello World! (unit style):
test/index.spec.ts#L18
Error: Snapshot `Hello World worker > responds with Hello World! (unit style) 1` mismatched
- Expected
+ Received
- "Hello world!"
+ "Hello passkeys.dev!"
❯ test/index.spec.ts:18:33
|
test/index.spec.ts > Hello World worker > responds with Hello World! (integration style):
test/index.spec.ts#L23
Error: Snapshot `Hello World worker > responds with Hello World! (integration style) 1` mismatched
- Expected
+ Received
- "Hello world!"
+ "Hello passkeys.dev!"
❯ test/index.spec.ts:23:33
|
test (20)
Process completed with exit code 1.
|