Skip to content

Commit

Permalink
refactor: export test kind
Browse files Browse the repository at this point in the history
  • Loading branch information
boan-anbo committed Nov 27, 2023
1 parent a847f52 commit c029153
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/cantos/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {DomainDef, DomainObjectsDef, UserDomain, DomainEntity, DomainEvent, Doma
// import and export entrance as Acts or A
import * as entrance from "./entrance.ts";
import {CommonScences, CommonTest, customizeCommonTests} from "./commons.ts";
import {TestKind} from "@src/stories/stories.ts";


// Re-export entrance methods
Expand All @@ -19,4 +20,5 @@ export type {StoryScript, UserStory, DomainObjectsDef, DomainDef, UserDomain, Do
// export Common Test helpers
export {CommonScences as CS, CommonTest as CT, CommonScences, CommonTest, customizeCommonTests}

// Export types for cast
// export TestKind
export {TestKind}

0 comments on commit c029153

Please sign in to comment.