mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 02:08:00 +00:00
14 lines
320 B
JavaScript
14 lines
320 B
JavaScript
// Copyright 2020 @polkadot/phishing authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
const config = require('@polkadot/dev/config/jest');
|
|
|
|
module.exports = Object.assign({}, config, {
|
|
moduleNameMapper: {
|
|
},
|
|
modulePathIgnorePatterns: [
|
|
'<rootDir>/build'
|
|
],
|
|
resolver: './jest.resolver.js'
|
|
});
|