Skip to content

Commit 6896e91

Browse files
committed
run crud_api tests only
1 parent 50665cd commit 6896e91

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
@@ -21,7 +21,7 @@ import { assert as test } from '../shared';
2121

2222
const DB_NAME = 'crud_api_tests';
2323

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

2727
beforeEach(async function () {

0 commit comments

Comments
 (0)