Skip to content

Commit 4f13e18

Browse files
rix0rrrRomainMuller
authored andcommitted
chore: remove lookup of jsii-diff in cdk-test (#2953)
Unbreaks the build, lookup of jsii-diff during startup will fail because the dependency has been removed.
1 parent 6244ddd commit 4f13e18

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tools/cdk-build-tools/bin/cdk-test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ async function main() {
99
const args = yargs
1010
.env('CDK_TEST')
1111
.usage('Usage: cdk-test')
12-
.option('jsii-diff', {
13-
type: 'string',
14-
desc: 'Specify a different jsii-diff executable',
15-
default: require.resolve('jsii-diff/bin/jsii-diff'),
16-
defaultDescription: 'jsii-diff provided by node dependencies'
17-
})
1812
.option('jest', {
1913
type: 'string',
2014
desc: 'Specify a different jest executable',

0 commit comments

Comments
 (0)