We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a56b8 commit 7cb3e5dCopy full SHA for 7cb3e5d
1 file changed
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