// Copyright 2020-2021 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 const config = require('@polkadot/dev/config/jest.cjs'); module.exports = { ...config, moduleNameMapper: {}, modulePathIgnorePatterns: [ '/build', '/packages/phishing/build' ], transformIgnorePatterns: ['/node_modules/(?!@polkadot|@babel/runtime/helpers/esm/)'] };