Files
phishing/jest.config.js
T
Jaco Greeff 83e7607b1b Bump dev (#21)
* Bump dev

* 0.2

* Update docs
2020-11-11 13:21:11 +01:00

14 lines
344 B
JavaScript

// Copyright 2020 @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'
});