UNPKG

codeceptjs-saucehelper

Version:
15 lines (11 loc) 247 B
"use strict"; const REST = require("codeceptjs/lib/helper/REST"); class FakeHelper { constructor(config) { this.config = config; this.helpers = { REST: new REST({}) }; } } global.Helper = FakeHelper;