Skip to content

Commit eb50ad9

Browse files
committed
review(tr): fix tests following bit flip
1 parent 9923de2 commit eb50ad9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/compiler/config/test/validate-output-dist.spec.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('validateDistOutputTarget', () => {
3333
type: 'dist',
3434
polyfills: undefined,
3535
typesDir: path.join(rootDir, 'my-dist', 'types'),
36-
transformAliasedImportPathsInCollection: false,
36+
transformAliasedImportPathsInCollection: true,
3737
isPrimaryPackageOutputTarget: false,
3838
},
3939
{
@@ -65,7 +65,7 @@ describe('validateDistOutputTarget', () => {
6565
collectionDir: path.join(rootDir, 'my-dist', 'collection'),
6666
dir: path.join(rootDir, '/my-dist'),
6767
empty: false,
68-
transformAliasedImportPaths: false,
68+
transformAliasedImportPaths: true,
6969
type: 'dist-collection',
7070
},
7171
{
@@ -223,7 +223,7 @@ describe('validateDistOutputTarget', () => {
223223
type: 'dist',
224224
polyfills: undefined,
225225
typesDir: path.join(rootDir, 'my-dist', 'types'),
226-
transformAliasedImportPathsInCollection: false,
226+
transformAliasedImportPathsInCollection: true,
227227
isPrimaryPackageOutputTarget: true,
228228
},
229229
{
@@ -255,7 +255,7 @@ describe('validateDistOutputTarget', () => {
255255
collectionDir: path.join(rootDir, 'my-dist', 'collection'),
256256
dir: path.join(rootDir, '/my-dist'),
257257
empty: false,
258-
transformAliasedImportPaths: false,
258+
transformAliasedImportPaths: true,
259259
type: 'dist-collection',
260260
},
261261
{

0 commit comments

Comments
 (0)