UNPKG

394 BJavaScriptView Raw
1
2console.warn(`DEPRECATED manually configuring "jest.preprocessor.js"`);
3console.warn(`Please remove Jest configurations from "package.json" use the Jest preset config instead.`);
4console.warn(`You can still override the preset defaults, but it's best to start with the defaults first.`);
5console.warn(`"preset": "@stencil/core/testing"\n\n`);
6
7module.exports = require('./jest-preprocessor');