Skip to content

Commit

Permalink
wip: integration test pob
Browse files Browse the repository at this point in the history
  • Loading branch information
emidev98 committed Oct 16, 2023
1 parent 78e83c5 commit f16d18f
Show file tree
Hide file tree
Showing 8 changed files with 10,226 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ dependency-graph.png

# Tests
scripts/tests/ibc-hooks/counter/target
scripts/tests/vesting-accounts/.vesting-periods.json
scripts/tests/vesting-accounts/.vesting-periods.json
node_modules
6 changes: 6 additions & 0 deletions integration-tests/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
};
Loading

0 comments on commit f16d18f

Please sign in to comment.