wormhole/algorand/audit_test
jumpsiegel 41d53b27c8
Test created by the C3 team. (#1796)
Co-authored-by: qonfluent <zantrua+github@gmail.com>
Co-authored-by: NoiTaTuM <noit63@gmail.com>
Co-authored-by: Marcos NC <marcosnc@gmail.com>
2022-10-26 09:55:53 -05:00
..
src Test created by the C3 team. (#1796) 2022-10-26 09:55:53 -05:00
README.MD Test created by the C3 team. (#1796) 2022-10-26 09:55:53 -05:00
package-lock.json Test created by the C3 team. (#1796) 2022-10-26 09:55:53 -05:00
package.json Test created by the C3 team. (#1796) 2022-10-26 09:55:53 -05:00
reset_sandbox.sh Test created by the C3 team. (#1796) 2022-10-26 09:55:53 -05:00
tsconfig.json Test created by the C3 team. (#1796) 2022-10-26 09:55:53 -05:00

README.MD

How to run the tests

  1. Run the sandbox with a dev environment and copy reset_sandbox.sh to the same directory as the sandbox executable
  2. Run the reset_sandbox.sh script
  3. Run npm install in this directory
  4. Run npm test in this directory