This commit is contained in:
Matteo Pagliazzi
2020-03-01 20:53:33 +01:00
parent 118e3580d6
commit a11e4d0512
3 changed files with 5 additions and 11 deletions

View File

@@ -181,7 +181,7 @@ describe('User Model', () => {
});
});
context.only('notifications', () => {
context('notifications', () => {
it('can add notifications without data', () => {
const user = new User();