summaryrefslogtreecommitdiff
path: root/jstests/replsets/tags.js
blob: 1c753988af88487270b4641a28227e537fd13183 (plain)
1
2
3
4
5
6
7
8
(function() {
'use strict';

load("jstests/replsets/libs/tags.js");

let nodes = [{}, {}, {}, {}, {}];
new TagsTest({nodes: nodes}).run();
}());