Skip to content

Commit

Permalink
chore: remove lookup of jsii-diff in cdk-test (#2953)
Browse files Browse the repository at this point in the history
Unbreaks the build, lookup of jsii-diff during startup will
fail because the dependency has been removed.
  • Loading branch information
rix0rrr authored and RomainMuller committed Jun 20, 2019
1 parent 6244ddd commit 4f13e18
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/cdk-build-tools/bin/cdk-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ async function main() {
const args = yargs
.env('CDK_TEST')
.usage('Usage: cdk-test')
.option('jsii-diff', {
type: 'string',
desc: 'Specify a different jsii-diff executable',
default: require.resolve('jsii-diff/bin/jsii-diff'),
defaultDescription: 'jsii-diff provided by node dependencies'
})
.option('jest', {
type: 'string',
desc: 'Specify a different jest executable',
Expand Down

0 comments on commit 4f13e18

Please sign in to comment.