Skip to content

Commit b56758f

Browse files
chore: export "SelectivityMode" enum
1 parent 4c34559 commit b56758f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export type {
3434
TestTag,
3535
} from "./types";
3636
export type { Config } from "./config";
37-
export { TimeTravelMode } from "./config";
37+
export { TimeTravelMode, SelectivityMode } from "./config";
3838
export type { ConfigInput, AssertViewOpts } from "./config/types";
3939
export type {
4040
TestCollection,

0 commit comments

Comments
 (0)