export `Mode` enum to allow smooth typescript usage
amir-arad opened this issue · 0 comments
amir-arad commented
this is my current code:
import {setup as setupJestPlayback} from "jest-playback";
import {Mode} from "jest-playback/lib/mode"
setupJestPlayback(__dirname, Mode.Record);
please save me the 2nd impoort by exporting Mode from your index