Files
phishing/jest.config.cjs
T
Jaco eaf3121696 Re-add Jest, revert ava (#1779)
* Re-add Jest (env node)

* Revert "Switch to ava as a test runner (#1778)"

This reverts commit 5aa2b3c096.
2022-07-08 14:17:48 +03:00

11 lines
251 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: {},
testTimeout: 2 * 60 * 1000
};