Skip to content

Commit 03867fb

Browse files
committed
test(NODE-7393): run spec tests only
1 parent 053fa15 commit 03867fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/command-logging-and-monitoring/command_logging_and_monitoring.spec.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('Command Logging and Monitoring Spec', function () {
2323
);
2424
});
2525

26-
describe('Command Logging Spec', () => {
26+
describe.only('Command Logging Spec', () => {
2727
const tests = loadSpecTests(path.join('command-logging-and-monitoring', 'logging'));
2828
runUnifiedSuite(tests, test => {
2929
if (

0 commit comments

Comments
 (0)