import baseConfig from "../../jest.config"

baseConfig.testPathIgnorePatterns = ["/node_modules/"];

module.exports = baseConfig;
