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 50665cd commit 6896e91Copy full SHA for 6896e91
test/integration/crud/crud_api.test.ts
@@ -21,7 +21,7 @@ import { assert as test } from '../shared';
21
22
const DB_NAME = 'crud_api_tests';
23
24
-describe('CRUD API', function () {
+describe.only('CRUD API', function () {
25
let client: MongoClient;
26
27
beforeEach(async function () {
0 commit comments