fix tests by removing only and adding empty func for notification tests

This commit is contained in:
Shpuld Shpuldson 2020-08-19 16:19:36 +03:00
parent 1a8840c7c3
commit a0c17e1fd0
2 changed files with 6 additions and 5 deletions

View file

@ -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()