Files
phishing/jest.config.cjs
T
2021-09-01 18:36:35 +02:00

12 lines
279 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 = {
...config,
moduleNameMapper: {},
testEnvironment: 'jsdom',
testTimeout: 2 * 60 * 1000
};