Skip to content

Commit

Permalink
fix: the tsconfig spec generated for library contains several issues #…
Browse files Browse the repository at this point in the history
…2481

Align with application generation and reuse angular tsconfig.spec.json
  • Loading branch information
cpaulve-1A committed Dec 13, 2024
1 parent 5cb8aeb commit d7b4c2a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 17 deletions.
1 change: 1 addition & 0 deletions packages/@o3r/workspace/schematics/index.it.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ describe('new otter workspace', () => {
expect(existsSync(path.join(workspacePath, 'project'))).toBe(false);
generatedLibFiles.forEach((file) => expect(existsSync(path.join(inLibraryPath, file))).toBe(true));
expect(() => packageManagerRunOnProject(libName, true, { script: 'build' }, execAppOptions)).not.toThrow();
expect(() => packageManagerRunOnProject(libName, true, { script: 'test' }, execAppOptions)).not.toThrow();
});

test('should generate a monorepo setup', async () => {
Expand Down

This file was deleted.

27 changes: 27 additions & 0 deletions tools/github-actions/new-version/packaged-action/LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7b4c2a

Please sign in to comment.