UNPKG

e2ed

Version:

E2E testing framework over Playwright

9 lines (8 loc) 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EXEC_FILE_OPTIONS = void 0; /** * Default options for `execFile`/`execFileSync` function from `node:child_process`. * @internal */ exports.EXEC_FILE_OPTIONS = { encoding: 'utf8' };