UNPKG

@nx/jest

Version:

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

7 lines (6 loc) 320 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.nxPreset = void 0; const jest_preset_1 = require("./preset/jest-preset"); Object.defineProperty(exports, "nxPreset", { enumerable: true, get: function () { return jest_preset_1.nxPreset; } }); exports.default = jest_preset_1.nxPreset;