Skip to content

Commit

Permalink
add more test
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Aaqil <[email protected]>
  • Loading branch information
aaqilniz committed Sep 26, 2024
1 parent de0259c commit a4872f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/crud-with-options.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ describe('crud-with-options', function() {
user.should.have.property('min');
user.should.have.property('sum');
user.should.have.property('avg');
user.should.have.property('name');
user.should.have.property('id');
});
done();
});
Expand Down

0 comments on commit a4872f5

Please sign in to comment.