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 43f1662 commit ad31a75Copy full SHA for ad31a75
tests/regression/test/v2-migrated/issue-1533.test.ts
@@ -2,7 +2,7 @@ import { createTestClient } from '@zenstackhq/testtools';
2
import { expect, it } from 'vitest';
3
4
// TODO: JSON null support
5
-it('verifies issue 1533', async () => {
+it.skip('verifies issue 1533', async () => {
6
const db = await createTestClient(
7
`
8
model Test {
tests/regression/test/v2-migrated/issue-1627.test.ts
@@ -1,8 +1,8 @@
1
-import { createTestClient } from '@zenstackhq/testtools';
+import { createPolicyTestClient } from '@zenstackhq/testtools';
it('verifies issue 1627', async () => {
- const db = await createTestClient(
+ const db = await createPolicyTestClient(
model User {
id String @id
0 commit comments