Skip to content

Commit 7cb3e5d

Browse files
committed
remove .only
1 parent d6a56b8 commit 7cb3e5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/crud/crud_api.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { assert as test } from '../shared';
2020

2121
const DB_NAME = 'crud_api_tests';
2222

23-
describe.only('CRUD API', function () {
23+
describe('CRUD API', function () {
2424
let client: MongoClient;
2525

2626
beforeEach(async function () {

0 commit comments

Comments
 (0)