Skip to content

Commit

Permalink
fix: export app-state-service mock (#115)
Browse files Browse the repository at this point in the history
* feat: add app-state-service mock

* fix: export app-state-service mock

---------

Co-authored-by: kim.tran <[email protected]>
  • Loading branch information
KimFFVII and kim.tran authored Feb 6, 2024
1 parent b314e81 commit 60778c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/portal-integration-angular/mocks/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './app-state-service-mock'
8 changes: 8 additions & 0 deletions libs/portal-integration-angular/mocks/ng-package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "../../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/libs/portal-integration-angular/mocks",
"lib": {
"entryFile": "./index.ts"
},
"assets": []
}

0 comments on commit 60778c0

Please sign in to comment.