Skip to content

Commit

Permalink
Merge pull request #54 from provenance-io/jd/MsgSubmitGroupProposalTest
Browse files Browse the repository at this point in the history
Update Proto Version + Test
  • Loading branch information
webbushka authored Sep 26, 2023
2 parents f87096c + e6823bd commit d1435cd
Show file tree
Hide file tree
Showing 98 changed files with 2,954 additions and 486 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};
testEnvironment: './test/jest-environment-jsdom.ts',
};
Loading

0 comments on commit d1435cd

Please sign in to comment.