Files
phishing/jest.config.js
T
Jaco Greeff f0d1b7cec1 2021 (#41)
2021-01-03 11:12:06 +01:00

14 lines
349 B
JavaScript

// 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'
],
resolver: '@polkadot/dev/config/jest-resolver.cjs'
});