Skip to content

Commit

Permalink
merge with develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ad96el committed Oct 6, 2023
1 parent f0f307d commit ba59b45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ module.exports = {
rootDir: 'src',
coverageDirectory: 'coverage',
moduleDirectories: ['node_modules'],
moduleFileExtensions: ['js', 'ts', 'tsx', 'json', 'node'],
modulePaths: ['<rootDir>'],
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"build:cjs": "tsc -p tsconfig.cjs.json && echo '{\"type\": \"commonjs\"}' > dist/cjs/package.json",
"build:esm": "tsc -p tsconfig.json && echo '{\"type\": \"module\"}' > dist/esm/package.json",
"clean": "exec git clean -xf -e 'node_modules' '*'",
"test": "jest test"
"test": "jest test --no-cache"
},
"dependencies": {
"@kiltprotocol/sdk-js": "^0.33.1",
Expand Down

0 comments on commit ba59b45

Please sign in to comment.