UNPKG

@testim/testim-cli

Version:

Command line interface for running Testing on you CI

15 lines (13 loc) 263 B
'use strict'; // detect es6 functionality if (global.regeneratorRuntime) { module.exports = true; } else { try { /* jshint evil:true */ eval('(function*() { yield 1 })()'); module.exports = true; } catch (e) { module.exports = false; } }