Skip to content

Commit

Permalink
Revert "tests: use snapshot tests for artifact stability tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-p authored Oct 31, 2024
1 parent e614d87 commit 6b15670
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 6b15670

Please sign in to comment.