mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-13 05:51:08 +00:00
Additional address entries (#166)
This commit is contained in:
+3
-2
@@ -3,11 +3,12 @@
|
||||
|
||||
const config = require('@polkadot/dev/config/jest.cjs');
|
||||
|
||||
module.exports = Object.assign({}, config, {
|
||||
module.exports = {
|
||||
...config,
|
||||
moduleNameMapper: {},
|
||||
modulePathIgnorePatterns: [
|
||||
'<rootDir>/build',
|
||||
'<rootDir>/packages/phishing/build'
|
||||
],
|
||||
transformIgnorePatterns: ['/node_modules/(?!@polkadot|@babel/runtime/helpers/esm/)']
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user