@lwc/jest-resolver
Version:
Jest resolver to resolve LWC specific packages
9 lines (8 loc) • 312 B
JavaScript
/*
* Copyright (c) 2018, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
/* js file returned by lwc-jest-resolver. return falsey to ignore HTML */
module.exports = undefined;