Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrahmanHafez committed Jul 15, 2022
2 parents f6a3568 + 52308e1 commit 91bd1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/types/models.test.ts
Expand Up @@ -337,12 +337,12 @@ function gh12059() {
Animal.bulkSave([animal], { timestamps: true });
Animal.bulkSave([animal], {});
}

function gh12100() {
const schema = new Schema();

const Model = model('Model', schema);

Model.syncIndexes({ continueOnError: true, noResponse: true });
Model.syncIndexes({ continueOnError: false, noResponse: true });

}

0 comments on commit 91bd1ab

Please sign in to comment.