Skip to content

Commit 1ee985a

Browse files
authored
Merge pull request #4 from chiru-labs/fix_tests_2
Fix unit tests
2 parents f4a016b + cbf9142 commit 1ee985a

File tree

2 files changed

+2
-126
lines changed

2 files changed

+2
-126
lines changed

scripts/transpile-merge.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ cd ./ERC721A;
1616
commit="$(git rev-parse HEAD)";
1717
cd ..;
1818

19-
# Replace the contracts folder with the latest copy.
19+
# Replace the contracts and test folder with the latest copy.
2020
rm -r ./contracts;
21+
rm -r ./test;
2122
rm -r @openzeppelin;
2223
rsync -av --progress ERC721A/ ./ \
2324
--exclude README.md \

test/extensions/ERC721ALowCap.test.js

-125
This file was deleted.

0 commit comments

Comments
 (0)