Skip to content

Commit

Permalink
Exclude test helper from utilities module.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyuscca committed Nov 1, 2023
1 parent a86a0a5 commit fa68c38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"components"
],
"license": "MIT",
"version": "2.4.1",
"version": "2.4.2",
"description": "Light-weight framework designed to embrace core competencies",
"private": false,
"main": "./module.js",
Expand Down
1 change: 0 additions & 1 deletion src/utilities/module.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from './testHelpers';
export * from './asap';
2 changes: 2 additions & 0 deletions src/utilities/testHelpers.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// intentionally not included in ./module

import { EmitEventAtElement, EmitKeyEventAtElement, Expect, Mock } from 'tsmockit';
import { Observable } from 'tsbase/Patterns/Observable/Observable';
import { Strings } from 'tsbase/System/Strings';
Expand Down

0 comments on commit fa68c38

Please sign in to comment.