We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a91a9 commit a4b8246Copy full SHA for a4b8246
1 file changed
…ement/collection_management.spec.test.js …ement/collection_management.spec.test.tstest/integration/collection-management/collection_management.spec.test.js renamed to test/integration/collection-management/collection_management.spec.test.ts
@@ -1,7 +1,5 @@
1
-'use strict';
2
-
3
-const { loadSpecTests } = require('../../spec/index');
4
-const { runUnifiedSuite } = require('../../tools/unified-spec-runner/runner');
+import { loadSpecTests } from '../../spec';
+import { runUnifiedSuite } from '../../tools/unified-spec-runner/runner';
5
6
// The Node driver does not have a Collection.modifyCollection helper.
7
const SKIPPED_TESTS = [
0 commit comments