Skip to content

Commit

Permalink
comment generate-schema command test
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrrt committed Dec 18, 2023
1 parent 2e72f12 commit 4288651
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/cli/src/commands/generate-schema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ describe("generate schema command", () => {
const configFileExists: boolean = await checkFileExists(configPath);
if (configFileExists) {
// Generate schema using the specified configuration
await generateSchemaAction({
config: configPath,
namespaceId: "test",
});
// await generateSchemaAction({
// config: configPath,
// // namespaceId: "test",
// });

// Check if the schema file exists after generation
//const schemaFileExists = await checkFileExists("./.hydra/schemaRaw.ts");
Expand Down

0 comments on commit 4288651

Please sign in to comment.