Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ccd52af

Browse filesBrowse files
committed
test: update tests around tsmapping
1 parent 57230d0 commit ccd52af
Copy full SHA for ccd52af

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: packages/schematics/angular/library-entrypoint/index_spec.ts
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.