Skip to content

Commit

Permalink
fix: remove extra code
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Aaqil <aaqilcs102@gmail.com>
  • Loading branch information
aaqilniz committed Jan 21, 2024
1 parent a93afe9 commit 6f9094d
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,26 +59,6 @@ describe('openapi-generator uspto', () => {

assertFiles({}, 'src/models/index.ts');
});

// it('excludes controllers', async () => {
// await testUtils
// .executeGenerator(generator)
// .inDir(sandbox.path, () => testUtils.givenLBProject(sandbox.path))
// .withPrompts({
// url: specPath,
// controllerSelections: ['MetadataController'],
// });

// assertFiles(
// {},
// 'src/controllers/index.ts',
// 'src/controllers/metadata.controller.ts',
// );

// assertFiles({exists: false}, 'src/controllers/search.controller.ts');

// assertFiles({}, 'src/models/index.ts');
// });
});

function assertFiles(options, ...files) {
Expand Down

0 comments on commit 6f9094d

Please sign in to comment.