You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
At present, the tests in integration/notifications.spec have been skipped. If they are not skipped, the tests will cause the integration tests involving the User table to fail due to query creation.
To Reproduce
Steps to reproduce the behavior:
delete the .skip in integration/notification.spec's first describe block
run npm run test
The text was updated successfully, but these errors were encountered:
Describe the bug
At present, the tests in
integration/notifications.spec
have been skipped. If they are not skipped, the tests will cause the integration tests involving theUser
table to fail due to query creation.To Reproduce
Steps to reproduce the behavior:
.skip
inintegration/notification.spec
's firstdescribe
blocknpm run test
The text was updated successfully, but these errors were encountered: