mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-13 21:01:09 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// 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'
|
||||
});
|
||||
Reference in New Issue
Block a user