Skip to content

Commit

Permalink
Merge pull request #567 from algorandfoundation/revert-566-tests/snap…
Browse files Browse the repository at this point in the history
…shots

Revert "tests: use snapshot tests for artifact stability tests"
  • Loading branch information
joe-p authored Oct 31, 2024
2 parents e614d87 + 6b15670 commit 9b1b5ec
Show file tree
Hide file tree
Showing 980 changed files with 280,316 additions and 99,958 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
ignorePatterns: ['*_client.ts', 'examples/reti/**'],
ignorePatterns: ['*_client.ts'],
env: {
browser: true,
es2021: true,
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ coverage/
yarn-error.log
*.tgz
!*.config.js
tests/contracts/artifacts/*
!tests/contracts/artifacts/.gitkeep
tests/contracts/artifacts/*.src_map.json
Loading

0 comments on commit 9b1b5ec

Please sign in to comment.