mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 02:08:00 +00:00
eaf3121696
* Re-add Jest (env node)
* Revert "Switch to ava as a test runner (#1778)"
This reverts commit 5aa2b3c096.
11 lines
251 B
JavaScript
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
|
|
};
|