We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949149e commit 740669aCopy full SHA for 740669a
test/softDeletes.spec.js
@@ -64,7 +64,7 @@ describe('softDeletes', () => {
64
65
it('marks model as deleted', async () => {
66
const clock = sinon.useFakeTimers({
67
- now: new Date
+ now: new Date()
68
})
69
const model = await User.create({ username: 'Jon' })
70
0 commit comments