Skip to content

Commit a4872f5

Browse files
committed
add more test
Signed-off-by: Muhammad Aaqil <[email protected]>
1 parent de0259c commit a4872f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/crud-with-options.test.js

+2
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ describe('crud-with-options', function() {
315315
user.should.have.property('min');
316316
user.should.have.property('sum');
317317
user.should.have.property('avg');
318+
user.should.have.property('name');
319+
user.should.have.property('id');
318320
});
319321
done();
320322
});

0 commit comments

Comments
 (0)