UNPKG

testplane

Version:

Tests framework based on mocha and wdio

7 lines 190 B
export const MochaEvents = { ADD_SUITE: "suite", ADD_TEST: "test", ADD_HOOK_BEFORE_EACH: "beforeEach", ADD_HOOK_AFTER_EACH: "afterEach", }; //# sourceMappingURL=events.js.map