We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e99cb commit 24f18c8Copy full SHA for 24f18c8
test/integration/crud/crud.spec.test.ts
@@ -39,7 +39,7 @@ const loadBalancedCollationTests = [
39
'Distinct with a collation'
40
];
41
42
-describe.only('CRUD unified', function () {
+describe('CRUD unified', function () {
43
runUnifiedSuite(
44
loadSpecTests(path.join('crud', 'unified')),
45
({ description }, { isLoadBalanced }) => {
0 commit comments