mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 20:48:04 +00:00
12 lines
279 B
JavaScript
12 lines
279 B
JavaScript
// Copyright 2020-2022 @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
|
|
};
|