Bump dev (#21)

* Bump dev

* 0.2

* Update docs
This commit is contained in:
Jaco Greeff
2020-11-11 13:21:11 +01:00
committed by GitHub
parent 3732d16d46
commit 83e7607b1b
13 changed files with 55 additions and 51 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
// Copyright 2020 @polkadot/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
const config = require('@polkadot/dev/config/jest');
const config = require('@polkadot/dev/config/jest.cjs');
module.exports = Object.assign({}, config, {
moduleNameMapper: {
@@ -9,5 +9,5 @@ module.exports = Object.assign({}, config, {
modulePathIgnorePatterns: [
'<rootDir>/build'
],
resolver: '@polkadot/dev/config/jest-resolver'
resolver: '@polkadot/dev/config/jest-resolver.cjs'
});