Skip to content

Commit 253594c

Browse files
committed
rename the rest of config.mjs
1 parent ce71dc9 commit 253594c

File tree

96 files changed

+216
-216
lines changed

Some content is hidden

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

96 files changed

+216
-216
lines changed

packages/xchain-aggregator/jest.config.e2e.js renamed to packages/xchain-aggregator/jest.config.e2e.mjs

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

packages/xchain-client/jest.config.js renamed to packages/xchain-aggregator/jest.config.mjs

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

packages/xchain-aggregator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"clean": "rm -rf .turbo && rm -rf lib",
2222
"build": "yarn clean && rollup -c --bundleConfigAsCjs",
2323
"build:release": "yarn exec rm -rf release && yarn pack && yarn exec \"mkdir release && tar zxvf package.tgz --directory release && rm package.tgz\"",
24-
"e2e": "jest --config jest.config.e2e.js",
24+
"e2e": "jest --config jest.config.e2e.mjs",
2525
"test": "jest"
2626
},
2727
"publishConfig": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-arbitrum/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"build": "yarn clean && rollup -c --bundleConfigAsCjs",
2929
"build:release": "yarn exec rm -rf release && yarn pack && yarn exec \"mkdir release && tar zxvf package.tgz --directory release && rm package.tgz\"",
3030
"test": "jest --passWithNoTests",
31-
"e2e": "jest --config jest.config.e2e.js",
31+
"e2e": "jest --config jest.config.e2e.mjs",
3232
"lint": "eslint \"{src,__tests__, __mocks__}/**/*.ts\" --fix --max-warnings 0"
3333
},
3434
"publishConfig": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-avax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"build": "yarn clean && rollup -c --bundleConfigAsCjs",
2929
"build:release": "yarn exec rm -rf release && yarn pack && yarn exec \"mkdir release && tar zxvf package.tgz --directory release && rm package.tgz\"",
3030
"test": "jest --passWithNoTests",
31-
"e2e": "jest --config jest.config.e2e.js",
31+
"e2e": "jest --config jest.config.e2e.mjs",
3232
"lint": "eslint \"{src,__tests__, __mocks__}/**/*.ts\" --fix --max-warnings 0"
3333
},
3434
"publishConfig": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/lib'],

packages/xchain-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"build": "yarn clean && rollup -c --bundleConfigAsCjs",
2929
"build:release": "yarn exec rm -rf release && yarn pack && yarn exec \"mkdir release && tar zxvf package.tgz --directory release && rm package.tgz\"",
3030
"test": "jest --passWithNoTests",
31-
"e2e": "jest --config jest.config.e2e.js",
31+
"e2e": "jest --config jest.config.e2e.mjs",
3232
"lint": "eslint \"{src,__tests__, __mocks__}/**/*.ts\" --fix --max-warnings 0"
3333
},
3434
"publishConfig": {

0 commit comments

Comments
 (0)