fix tests by removing only and adding empty func for notification tests
This commit is contained in:
parent
1a8840c7c3
commit
a0c17e1fd0
2 changed files with 6 additions and 5 deletions
|
@ -17,8 +17,7 @@ const message3 = {
|
|||
created_at: (new Date('2020-07-22T18:45:59.000Z'))
|
||||
}
|
||||
|
||||
// TODO: only
|
||||
describe.only('chatService', () => {
|
||||
describe('chatService', () => {
|
||||
describe('.add', () => {
|
||||
it("Doesn't add duplicates", () => {
|
||||
const chat = chatService.empty()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue