Skip to content

Commit

Permalink
Merge pull request #1 from subquery/rebase
Browse files Browse the repository at this point in the history
Rebase
  • Loading branch information
stwiname authored Aug 25, 2022
2 parents 785d112 + 2c6e59c commit 36d1d9f
Show file tree
Hide file tree
Showing 370 changed files with 4,121 additions and 24,096 deletions.
10 changes: 2 additions & 8 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@ module.exports = {

// An array of glob patterns indicating a set of files for which coverage information should be collected
collectCoverageFrom: [
'packages/cli/src/**/*.ts',
'packages/common/src/**/*.ts',
'packages/common-substrate/src/**/*.ts',
'packages/common-avalanche/src/**/*.ts',
'packages/node/src/**/*.ts',
'packages/utils/src/**/*.ts',
'packages/validator/src/**/*.ts',
],

// The directory where Jest should output its coverage files
Expand Down Expand Up @@ -89,9 +85,7 @@ module.exports = {
// A map from regular expressions to module names or to arrays of module names that allow to stub out resources with a single module
// moduleNameMapper: {},
moduleNameMapper: {
'^@subql/common-substrate/(.*)$': '<rootDir>/packages/common-substrate/src/$1',
'^@subql/common/(.*)$': '<rootDir>/packages/common/src/$1',
'^@subql/utils/(.*)$': '<rootDir>/packages/utils/src/$1',
'^@subql/common-avalanche/(.*)$': '<rootDir>/packages/common-avalanche/src/$1',
},

// An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@
"prettier --write"
]
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"dependencies": {
"@subql/utils": "^1.1.0"
}
}
278 changes: 0 additions & 278 deletions packages/cli/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 36d1d9f

Please sign in to comment.