From d735ce4bc9049b68b830641d68c97f4be565968d Mon Sep 17 00:00:00 2001 From: Otavio Macedo Date: Tue, 18 Jan 2022 18:38:57 +0000 Subject: [PATCH] chore(assets): migrated tests to `assertions` (#18471) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- packages/@aws-cdk/assets/package.json | 2 +- packages/@aws-cdk/assets/test/compat.test.ts | 1 - packages/@aws-cdk/assets/test/staging.test.ts | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/@aws-cdk/assets/package.json b/packages/@aws-cdk/assets/package.json index d0ce86e435218..7bac0d2b66d81 100644 --- a/packages/@aws-cdk/assets/package.json +++ b/packages/@aws-cdk/assets/package.json @@ -69,7 +69,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@aws-cdk/assert-internal": "0.0.0", + "@aws-cdk/assertions": "0.0.0", "@aws-cdk/cdk-build-tools": "0.0.0", "@aws-cdk/cdk-integ-tools": "0.0.0", "@aws-cdk/pkglint": "0.0.0", diff --git a/packages/@aws-cdk/assets/test/compat.test.ts b/packages/@aws-cdk/assets/test/compat.test.ts index 25afe6dd9411b..dfb3c3afd2daa 100644 --- a/packages/@aws-cdk/assets/test/compat.test.ts +++ b/packages/@aws-cdk/assets/test/compat.test.ts @@ -1,5 +1,4 @@ import { SymlinkFollowMode } from '@aws-cdk/core'; -import '@aws-cdk/assert-internal/jest'; import { FollowMode } from '../lib'; import { toSymlinkFollow } from '../lib/compat'; diff --git a/packages/@aws-cdk/assets/test/staging.test.ts b/packages/@aws-cdk/assets/test/staging.test.ts index bd924e434207b..8893c6451f2c1 100644 --- a/packages/@aws-cdk/assets/test/staging.test.ts +++ b/packages/@aws-cdk/assets/test/staging.test.ts @@ -3,7 +3,6 @@ import * as path from 'path'; import { describeDeprecated } from '@aws-cdk/cdk-build-tools'; import { App, Stack } from '@aws-cdk/core'; import * as cxapi from '@aws-cdk/cx-api'; -import '@aws-cdk/assert-internal/jest'; import { Staging } from '../lib'; describeDeprecated('staging', () => {