Switch to ava as a test runner (#1778)

* 0.17.1

* ava conversion

* ava for all

* Remove unneeded

* Remove Jest config

* Pacify package.json checker
This commit is contained in:
Jaco
2022-07-08 12:42:46 +02:00
committed by GitHub
parent 4f05efc9e5
commit 5aa2b3c096
10 changed files with 1070 additions and 259 deletions
-12
View File
@@ -1,12 +0,0 @@
// 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: {},
setupFilesAfterEnv: ['<rootDir>/jest/setupEnv.cjs'],
testEnvironment: 'jsdom',
testTimeout: 2 * 60 * 1000
};