aboutsummaryrefslogtreecommitdiff
path: root/node_modules/mongodb-core/TESTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/mongodb-core/TESTING.md')
-rw-r--r--node_modules/mongodb-core/TESTING.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/node_modules/mongodb-core/TESTING.md b/node_modules/mongodb-core/TESTING.md
deleted file mode 100644
index fe03ea0..0000000
--- a/node_modules/mongodb-core/TESTING.md
+++ /dev/null
@@ -1,18 +0,0 @@
-Testing setup
-=============
-
-Single Server
--------------
-mongod --dbpath=./db
-
-Replicaset
-----------
-mongo --nodb
-var x = new ReplSetTest({"useHostName":"false", "nodes" : {node0 : {}, node1 : {}, node2 : {}}})
-x.startSet();
-var config = x.getReplSetConfig()
-x.initiate(config);
-
-Mongos
-------
-var s = new ShardingTest( "auth1", 1 , 0 , 2 , {rs: true, noChunkSize : true}); \ No newline at end of file