UNPKG

jest-test-gen

Version:

Generator of jest unit test with all imports mocked and tests stub for every class and function exported

6 lines (5 loc) 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IMPORT_MODULES_BLACKLIST = exports.MOCK_MODULES_BLACKLIST = void 0; exports.MOCK_MODULES_BLACKLIST = ['react', 'prop-types', 'styled-components']; exports.IMPORT_MODULES_BLACKLIST = ['prop-types', 'styled-components'];