mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-19 14:31:05 +00:00
@@ -0,0 +1,13 @@
|
||||
// Copyright 2020-2021 @polkadot/phishing authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
const config = require('@polkadot/dev/config/jest.cjs');
|
||||
|
||||
module.exports = Object.assign({}, config, {
|
||||
moduleNameMapper: {},
|
||||
modulePathIgnorePatterns: [
|
||||
'<rootDir>/build',
|
||||
'<rootDir>/packages/phishing/build'
|
||||
],
|
||||
transformIgnorePatterns: ['/node_modules/(?!@polkadot|@babel/runtime/helpers/esm/)']
|
||||
});
|
||||
Reference in New Issue
Block a user