UNPKG

@tigerface/lwc-test-utils

Version:

A collection of helpful utility functions for unit testing LWC components with Jest.

8 lines (7 loc) 444 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Simulate = exports.TestUtils = void 0; var test_utils_1 = require("./test-utils"); Object.defineProperty(exports, "TestUtils", { enumerable: true, get: function () { return test_utils_1.TestUtils; } }); var simulate_1 = require("./simulate"); Object.defineProperty(exports, "Simulate", { enumerable: true, get: function () { return simulate_1.Simulate; } });