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'],

0 commit comments

Comments
 (0)