chore: try failing test
This commit is contained in:
parent
0fc9de7725
commit
708ead451c
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ test('show box message in-progress', () => {
|
|||
const arg = spy.mock.calls[0][0]
|
||||
|
||||
expect(spy).toHaveBeenCalled()
|
||||
expect(arg).toContain('In-progress')
|
||||
expect(arg).not.toContain('In-progress')
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue