UNPKG

@push-based/node-cli-testing

Version:

### A e2e-testing library for node CLI and processes including sandbox generation on the fly

10 lines (9 loc) 329 B
"use strict"; exports.__esModule = true; exports.ACCEPT_BOOLEAN = exports.DECLINE_BOOLEAN = exports.SPACE = exports.ENTER = exports.UP = exports.DOWN = void 0; exports.DOWN = '\x1B\x5B\x42'; exports.UP = '\x1B\x5B\x41'; exports.ENTER = '\x0D'; exports.SPACE = '\x20'; exports.DECLINE_BOOLEAN = 'n'; exports.ACCEPT_BOOLEAN = 'Y';