Skip to content

Commit ccd52af

Browse files
committed
test: update tests around tsmapping
1 parent 57230d0 commit ccd52af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/library-entrypoint/index_spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ describe('Secondary Entrypoint Schematic', () => {
133133
{ ...defaultOptions, name: 'testing', project: '@scope/package' },
134134
workspaceTree,
135135
);
136-
137136
const tsConfigJson = getJsonFileContent(tree, 'tsconfig.json');
138137
expect(tsConfigJson.compilerOptions.paths['@scope/package/testing']).toEqual([
139138
'./dist/scope/package/testing',
139+
'libs/*',
140140
]);
141141
});
142142
});

0 commit comments

Comments
 (0)