Skip to content

Commit ee58bf7

Browse files
committed
Revert "convert jest.config.js to ESM"
1 parent 9533789 commit ee58bf7

File tree

60 files changed

+60
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+60
-60
lines changed

packages/xchain-aggregator/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-aggregator/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-arbitrum/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-avax/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-avax/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-base/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-binance/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-bitcoin/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-bitcoin/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-bitcoincash/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-bitcoincash/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-bsc/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-bsc/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-cardano/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-client/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-cosmos-sdk/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-cosmos-sdk/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-cosmos/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-cosmos/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-dash/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-dash/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-doge/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-doge/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-ethereum/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-ethereum/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-evm-providers/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-evm-providers/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-evm/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-evm/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-kujira/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-kujira/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-litecoin/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-litecoin/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-mayachain-amm/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-mayachain-amm/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-mayachain-query/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-mayachain-query/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-mayachain/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-mayachain/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-mayamidgard-query/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-mayamidgard-query/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-midgard-query/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-midgard-query/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-radix/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-solana/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-solana/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-thorchain-amm/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-thorchain-amm/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-thorchain-query/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-thorchain-query/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-thorchain/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-thorchain/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-util/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-utxo-providers/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-utxo-providers/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-utxo/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-wallet/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-wallet/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-zcash/jest.config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-zcash/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

0 commit comments

Comments
 (0)