Skip to content

Commit

Permalink
test: expose internal testing tool for integration apps
Browse files Browse the repository at this point in the history
  • Loading branch information
markwhitfeld committed Dec 2, 2021
1 parent 42cddcd commit e639c8c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/store/internals/testing/index.ts

This file was deleted.

9 changes: 9 additions & 0 deletions packages/store/internals/testing/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ngPackage": {
"$schema": "../../../../node_modules/ng-packagr/ng-package.schema.json",
"lib": {
"entryFile": "src/index.ts",
"flatModuleFile": "ngxs-store-internals-testing"
}
}
}
3 changes: 3 additions & 0 deletions packages/store/internals/testing/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export { NgxsTestBed } from './ngxs.setup';
export { NgxsTesting } from './symbol';
export { freshPlatform } from './fresh-platform';

0 comments on commit e639c8c

Please sign in to comment.