Skip to content

Commit 623b190

Browse files
committed
test(NODE-7177): convert spec tests to .ts
1 parent 4ab2632 commit 623b190

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/integration/collection-management/collection_management.spec.test.js renamed to test/integration/collection-management/collection_management.spec.test.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
'use strict';
2-
3-
const { loadSpecTests } = require('../../spec/index');
4-
const { runUnifiedSuite } = require('../../tools/unified-spec-runner/runner');
1+
import { loadSpecTests } from '../../spec';
2+
import { runUnifiedSuite } from '../../tools/unified-spec-runner/runner';
53

64
// The Node driver does not have a Collection.modifyCollection helper.
75
const SKIPPED_TESTS = [

0 commit comments

Comments
 (0)