Skip to content

Commit

Permalink
Merge pull request #4 from chiru-labs/fix_tests_2
Browse files Browse the repository at this point in the history
Fix unit tests
  • Loading branch information
Vectorized authored Apr 12, 2022
2 parents f4a016b + cbf9142 commit 1ee985a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 126 deletions.
3 changes: 2 additions & 1 deletion scripts/transpile-merge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ cd ./ERC721A;
commit="$(git rev-parse HEAD)";
cd ..;

# Replace the contracts folder with the latest copy.
# Replace the contracts and test folder with the latest copy.
rm -r ./contracts;
rm -r ./test;
rm -r @openzeppelin;
rsync -av --progress ERC721A/ ./ \
--exclude README.md \
Expand Down
125 changes: 0 additions & 125 deletions test/extensions/ERC721ALowCap.test.js

This file was deleted.

0 comments on commit 1ee985a

Please sign in to comment.