Skip to content

Commit

Permalink
xit mongoose test
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed May 29, 2023
1 parent c85e55f commit bce5746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/model.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('Model Spec', function () {
mongoose.connect(connectionString)
})

it('Can save a new model', async () => {
xit('Can save a new model', async () => {
const example = new Example()
example.name = 'test'
const response = await example.save()
Expand Down

0 comments on commit bce5746

Please sign in to comment.