We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d18a7 commit 0e4b257Copy full SHA for 0e4b257
test/int32.test.js
@@ -11,7 +11,7 @@ const Schema = mongoose.Schema;
11
const INT32_MAX = 0x7FFFFFFF;
12
const INT32_MIN = -0x80000000;
13
14
-describe.only('Int32', function() {
+describe('Int32', function() {
15
beforeEach(() => mongoose.deleteModel(/Test/));
16
17
it('is a valid schema type', function() {
0 commit comments