Files
phishing/jest.config.cjs
T
Jaco c137733de4 Update headers for 2023 (#2741)
* Update headers for 2023

* Update in scripts
2023-01-01 10:21:28 +02:00

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
};