@jirkakrepl/chimpy
Version:
Develop acceptance tests & end-to-end tests with realtime feedback.
12 lines (10 loc) • 323 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.bleh = void 0;
var bleh = '1111'; // const getConfig = require('./getConfig');
// this config is used for the FIRST chimp run (of chimpRetry on localhost)
// module.exports = getConfig();
exports.bleh = bleh;
console.log('bruh done');