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