test: fix tests after toolkit update

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-09-08 09:35:48 +02:00
parent a64852414f
commit 0e7803459f
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
4 changed files with 7 additions and 69 deletions

View file

@ -1,5 +1,6 @@
import {beforeEach, describe, expect, jest, test} from '@jest/globals';
import {AuthorizationData} from '@aws-sdk/client-ecr';
import * as aws from '../src/aws';
describe('isECR', () => {