mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 21:58:03 +00:00
c137733de4
* Update headers for 2023 * Update in scripts
11 lines
251 B
JavaScript
11 lines
251 B
JavaScript
// Copyright 2020-2023 @polkadot/phishing authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
const config = require('@polkadot/dev/config/jest.cjs');
|
|
|
|
module.exports = {
|
|
...config,
|
|
moduleNameMapper: {},
|
|
testTimeout: 2 * 60 * 1000
|
|
};
|