Skip to content

Commit 79a1487

Browse files
committed
test: move atlas connectivity tests to tools
1 parent 4705aae commit 79a1487

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"url": "https://github.com/mongodb/node-mongodb-native/issues"
6464
},
6565
"scripts": {
66-
"atlas": "node ./test/atlas_connectivity_tests.js",
66+
"atlas": "node ./test/tools/atlas_connectivity_tests.js",
6767
"test": "npm run lint && mocha --recursive test/functional test/unit test/core",
6868
"test-nolint": "mocha --recursive test/functional test/unit test/core",
6969
"coverage": "istanbul cover mongodb-test-runner -- -t 60000 test/core test/unit test/functional",

test/atlas_connectivity_tests.js renamed to test/tools/atlas_connectivity_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
const MongoClient = require('../').MongoClient;
3+
const MongoClient = require('../..').MongoClient;
44

55
const CONFIGS = ['ATLAS_REPL', 'ATLAS_SHRD', 'ATLAS_FREE', 'ATLAS_TLS11', 'ATLAS_TLS12'].map(
66
name => {

0 commit comments

Comments
 (0)