Skip to content

Commit

Permalink
feat: extend tokenfactory tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emidev98 committed Nov 14, 2023
1 parent a836390 commit 69b4339
Show file tree
Hide file tree
Showing 6 changed files with 511 additions and 137 deletions.
14 changes: 7 additions & 7 deletions integration-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Integration tests for Core using feather.js",
"main": "index.ts",
"scripts": {
"test": "jest"
"test": "jest --maxConcurrency=4"
},
"repository": {
"type": "git",
Expand All @@ -30,7 +30,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@terra-money/feather.js": "^2.0.0-beta.8",
"@terra-money/feather.js": "^2.0.0-beta.12",
"@terra-money/terra.proto": "^4.0.1",
"moment": "^2.29.4"
}
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/src/modules/feeshare/feeshare.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe("Feeshare Module (https://github.com/terra-money/core/tree/release/v2.6
const randomAccountAddress = new MnemonicKey().accAddress("terra");
let contractAddress: string;

// Reat the reflect contract, store on chain,
// Read the reflect contract, store on chain,
// instantiate to be used in the following tests
// and finally save the contract address.
beforeAll(async () => {
Expand Down
Loading

0 comments on commit 69b4339

Please sign in to comment.