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 8d66f61 commit 44d5b05Copy full SHA for 44d5b05
test/integration/node-specific/topology.test.js
@@ -5,7 +5,6 @@ describe('Topology', function () {
5
it('should correctly track states of a topology', {
6
metadata: { requires: { apiVersion: false, topology: '!load-balanced' } }, // apiVersion not supported by newTopology()
7
test: function (done) {
8
- debugger;
9
const topology = this.configuration.newTopology();
10
11
const states = [];
0 commit comments