UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
ts-node
/
dist
/
bin-transpile.js
6 lines
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
#!/usr/bin/env node
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
bin_1 =
require
(
"./bin"
); bin_1.
main
([
'--transpile-only'
, ...process.
argv
.
slice
(
2
)]);
//# sourceMappingURL=bin-transpile.js.map