Skip to content

Commit e019fb9

Browse files
committed
run all tests
1 parent 358a833 commit e019fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)