Skip to content

Commit

Permalink
feat(test): add observer-spy (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalaforge committed Oct 13, 2023
1 parent 8f02dd1 commit c119b6e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/ngxtension/src/test-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ globalThis.ngJest = {
},
};
import 'jest-preset-angular/setup-jest';
import 'node_modules/@hirez_io/observer-spy/dist/setup-auto-unsubscribe.js';
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@nx/plugin": "16.10.0",
"@nx/web": "16.10.0",
"@nx/workspace": "16.10.0",
"@hirez_io/observer-spy": "^2.2.0",
"@release-it/bumper": "^5.1.0",
"@release-it/conventional-changelog": "^7.0.2",
"@schematics/angular": "~16.2.5",
Expand Down
13 changes: 13 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit c119b6e

Please sign in to comment.