Skip to content

Commit 0e4b257

Browse files
lint
1 parent 18d18a7 commit 0e4b257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/int32.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Schema = mongoose.Schema;
1111
const INT32_MAX = 0x7FFFFFFF;
1212
const INT32_MIN = -0x80000000;
1313

14-
describe.only('Int32', function() {
14+
describe('Int32', function() {
1515
beforeEach(() => mongoose.deleteModel(/Test/));
1616

1717
it('is a valid schema type', function() {

0 commit comments

Comments
 (0)