Skip to content

Commit

Permalink
Update packages/@aws-cdk/integ-runner/test/cli.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Cory Hall <43035978+corymhall@users.noreply.github.com>
  • Loading branch information
mrgrain and corymhall authored Nov 10, 2022
1 parent ab8196b commit 2cb9bd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@aws-cdk/integ-runner/test/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ describe('CLI', () => {
test('find by custom pattern', async () => {
await main(['--list', '--directory=test/test-data', '--test-regex="^xxxxx\..*\.js$"']);

// Expect nothing to be found since this directory doesn't contain files with the default pattern
expect(stdoutMock.mock.calls).toEqual([[
[
'xxxxx.integ-test1.js',
Expand Down

0 comments on commit 2cb9bd4

Please sign in to comment.