Skip to content

Commit

Permalink
fix: remove sample test code
Browse files Browse the repository at this point in the history
  • Loading branch information
bestickley committed Feb 7, 2024
1 parent cf4589c commit d007f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ const commonProjectOptions = {
packageManager: NodePackageManager.PNPM,
projenCommand: 'pnpm dlx projen',
cdkVersion: '2.121.1',
} satisfies Partial<awscdk.AwsCdkTypeScriptApp>;
sampleCode: false,
} satisfies Partial<awscdk.AwsCdkTypeScriptAppOptions>;

const commonTscOptions: TypeScriptCompilerOptions = {
// isolatedModules: true, // why doesn't this work?
Expand Down
5 changes: 0 additions & 5 deletions test/hello.test.ts

This file was deleted.

0 comments on commit d007f2a

Please sign in to comment.