Skip to content

Commit

Permalink
test: run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Oct 9, 2024
1 parent 53dc9fc commit df7d4aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import * as path from 'path';
import { loadSpecTests } from '../../spec';
import { runUnifiedSuite } from '../../tools/unified-spec-runner/runner';

describe.only('Retryable Writes (unified)', function () {
describe('Retryable Writes (unified)', function () {
runUnifiedSuite(loadSpecTests(path.join('retryable-writes', 'unified')));
});

0 comments on commit df7d4aa

Please sign in to comment.