UNPKG

oral-ts

Version:

a testing framework for typescript

10 lines (8 loc) 185 B
function beforeEveryone() { return "this is before everyone"; } module.exports = { testDir: "/example/", beforeEveryone: beforeEveryone, tsconfig: "/example/tsconfig.json", };