Skip to content

fix: use official secondary package format #300

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
"projects": {
"example-app": "apps/example-app",
"example-app-karma": "apps/example-app-karma",
"jest-utils": "projects/jest-utils",
"testing-library": "projects/testing-library"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
"start": "nx serve",
"prebuild": "rimraf dist",
"build": "nx run-many --target=build --projects=testing-library,jest-utils",
"build": "nx run-many --target=build --projects=testing-library",
"build:schematics": "tsc -p ./projects/testing-library/tsconfig.schematics.json",
"test": "nx run-many --target=test --all",
"lint": "nx workspace-lint && nx lint",
47 changes: 0 additions & 47 deletions projects/jest-utils/.eslintrc.json

This file was deleted.

9 changes: 0 additions & 9 deletions projects/jest-utils/jest.config.js

This file was deleted.

8 changes: 0 additions & 8 deletions projects/jest-utils/ng-package.json

This file was deleted.

33 changes: 0 additions & 33 deletions projects/jest-utils/package.json

This file was deleted.

54 changes: 0 additions & 54 deletions projects/jest-utils/project.json

This file was deleted.

2 changes: 0 additions & 2 deletions projects/jest-utils/test-setup.ts

This file was deleted.

24 changes: 0 additions & 24 deletions projects/jest-utils/tsconfig.json

This file was deleted.

12 changes: 0 additions & 12 deletions projects/jest-utils/tsconfig.lib.json

This file was deleted.

9 changes: 0 additions & 9 deletions projects/jest-utils/tsconfig.lib.prod.json

This file was deleted.

9 changes: 0 additions & 9 deletions projects/jest-utils/tsconfig.spec.json

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions projects/testing-library/jest-utils/ng-package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
"noUnusedParameters": true,
"paths": {
"@testing-library/angular": ["projects/testing-library"],
"@testing-library/angular/jest-utils": ["projects/jest-utils"]
"@testing-library/angular/jest-utils": ["projects/testing-library/jest-utils"]
}
},
"exclude": ["node_modules", "tmp"]