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 c455954 commit 77f4579Copy full SHA for 77f4579
1 file changed
packages/testtools/src/project.ts
@@ -21,7 +21,7 @@ export function createTestProject(zmodelContent?: string) {
21
}
22
23
// in addition, symlink zenstack packages
24
- const zenstackPackages = ['language', 'sdk', 'orm', 'cli'];
+ const zenstackPackages = ['language', 'sdk', 'schema', 'orm', 'cli'];
25
fs.mkdirSync(path.join(workDir, 'node_modules/@zenstackhq'));
26
for (const pkg of zenstackPackages) {
27
fs.symlinkSync(
0 commit comments