CI/CD (push on web-sdk-update) #215
cicd.yaml
on: push
Annotations
2 errors
src/components/search-box/search-box.spec.tsx > SearchBox > Auto Query Behavior > triggers debounced search automatically after user stops typing when autoQuery is true:
src/components/search-box/search-box.spec.tsx#L207
AssertionError: expected "spy" to be called with arguments: [ 'Hat' ]
Received:
1st spy call:
Array [
- "Hat",
+ null,
]
Number of calls: 1
❯ src/components/search-box/search-box.spec.tsx:207:8
|
build
Process completed with exit code 1.
|