Skip to content

Commit

Permalink
fix(jest-utils): use official secondary package format (#300)
Browse files Browse the repository at this point in the history
Closes #299
  • Loading branch information
dzonatan authored Jun 10, 2022
1 parent f30e0d2 commit 0db3a5c
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 210 deletions.
1 change: 0 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Up @@ -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",
Expand Down
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
Expand Up @@ -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"]
Expand Down

0 comments on commit 0db3a5c

Please sign in to comment.