File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ DOCFILE = docs/source/_docs
6
6
STABLE_BRANCH = 3.6.x
7
7
8
8
test :
9
- @node test/dropdb.js
10
- @./node_modules/.bin/mocha $(T ) --async-only $(TESTS )
11
- @node test/dropdb.js
9
+ @MONGOOSE_DISABLE_STABILITY_WARNING=1 node test/dropdb.js
10
+ @MONGOOSE_DISABLE_STABILITY_WARNING=1 ./node_modules/.bin/mocha $(T ) --async-only $(TESTS )
11
+ @MONGOOSE_DISABLE_STABILITY_WARNING=1 node test/dropdb.js
12
12
13
13
test-short :
14
- @node test/dropdb.js
15
- @./node_modules/.bin/mocha $(T ) -g LONG -i --async-only $(TESTS )
16
- @node test/dropdb.js
14
+ @MONGOOSE_DISABLE_STABILITY_WARNING=1 node test/dropdb.js
15
+ @MONGOOSE_DISABLE_STABILITY_WARNING=1 ./node_modules/.bin/mocha $(T ) -g LONG -i --async-only $(TESTS )
16
+ @MONGOOSE_DISABLE_STABILITY_WARNING=1 node test/dropdb.js
17
17
18
18
test-long :
19
- @./node_modules/.bin/mocha $(T ) -g LONG --async-only $(TESTS )
19
+ @MONGOOSE_DISABLE_STABILITY_WARNING=1 ./node_modules/.bin/mocha $(T ) -g LONG --async-only $(TESTS )
20
20
21
21
docs : ghpages merge_stable docclean gendocs
22
22
docs_all : docs_unstable docs
You can’t perform that action at this time.
0 commit comments