Skip to content

Commit

Permalink
fix(a3p): fix bundle not loaded error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge-Lopes committed Dec 4, 2024
1 parent bb516c6 commit 9e49ac7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions a3p-integration/proposals/z:acceptance/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ yarn ava kread.test.js
echo ACCEPTANCE TESTING valueVow
yarn ava valueVow.test.js

echo ACCEPTANCE TESTING mintHolder
yarn ava mintHolder.test.js

echo ACCEPTANCE TESTING state sync
./state-sync-snapshots-test.sh
./genesis-test.sh
Expand All @@ -33,6 +36,3 @@ yarn ava governance.test.js

echo ACCEPTANCE TESTING vaults
yarn ava vaults.test.js

echo ACCEPTANCE TESTING mintHolder
yarn ava mintHolder.test.js

0 comments on commit 9e49ac7

Please sign in to comment.