Files
phishing/jest.config.js
T
2020-10-26 11:28:00 +01:00

14 lines
336 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: '@polkadot/dev/config/jest-resolver'
});