https://github.com/nbonamy/witsy/issues/19 #621
Annotations
2 errors
tests/unit/window.test.ts > Create prompt anywhere window:
tests/unit/window.test.ts#L168
AssertionError: expected "spy" to be called with arguments: [ 'http://localhost:3000/?#/prompt' ]
Received:
1st spy call:
Array [
- "http://localhost:3000/?#/prompt",
+ "http://localhost:3000/#/prompt",
]
Number of calls: 1
❯ tests/unit/window.test.ts:168:43
|
build
Process completed with exit code 1.
|