UNPKG

@nx/detox

Version:

The Nx Plugin for Detox contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.

8 lines (7 loc) 560 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.detoxApplicationGenerator = exports.detoxInitGenerator = void 0; var init_1 = require("./src/generators/init/init"); Object.defineProperty(exports, "detoxInitGenerator", { enumerable: true, get: function () { return init_1.detoxInitGenerator; } }); var application_1 = require("./src/generators/application/application"); Object.defineProperty(exports, "detoxApplicationGenerator", { enumerable: true, get: function () { return application_1.detoxApplicationGenerator; } });