Skip to content

Commit

Permalink
test: update tests around tsmapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefiozie committed Feb 2, 2025
1 parent 57230d0 commit ccd52af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ describe('Secondary Entrypoint Schematic', () => {
{ ...defaultOptions, name: 'testing', project: '@scope/package' },
workspaceTree,
);

const tsConfigJson = getJsonFileContent(tree, 'tsconfig.json');
expect(tsConfigJson.compilerOptions.paths['@scope/package/testing']).toEqual([
'./dist/scope/package/testing',
'libs/*',
]);
});
});

0 comments on commit ccd52af

Please sign in to comment.