Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: integrate
launchTestNode
into current test suites (#2579)
* feat: add browser testing support in `launchTestNode` utility * chore: changeset update * add missing group to test * remove unnecessary addition * test: add test for specific port * fix: linting * Add longer timeouts * apply change requests * wip * removed unnecessary methods * add /close-server endpoint * fix: linting * increase timeout * test: remove getSetupContract completely * test: refactor launchTestNode use cases to use utility * refactor: add type inference to setupContract * fix: adjust advanced logging to use new pattern * test: integrate launchTestNode with other tests * refactor: refactor more tests to use launchTestNode * refactor: refactored more tests to use launchTestNode * fix: add typegen for token contract abi + more tests * fix: update script configurable tests * test: fixed more tests, only policy and predicates remaining * test: predicate tests now passing * test: all tests passing * lint: fixing linting issues * test: updated configurable-contract tests * docs: update changeset typo * test: remove only on policies test * refactor: clean up type inferences * test: refactor type inferencing * test: fix issue with hanging tests due to variables not dropping resources * fix: increase block production times on policy tests * fix: undo call parameters test change * fix: resotre create-fuels.js * test: update typegen demo-test * lint: linting fixes * test: skipping policy tests temporarily * fix: import wallet in tests * fix: remove node specific testing utilities * test: removed maturity from policy tests due to inconsistency * lint: linting fixes * test: update configs for await-execution test * docs: update changeset * refactor: optimizations based on PR feedback * fix: remove max event emitters patch for warning * refactor: PR feedback * refactor: further PR feedback * refactor: set lower amount on transaction-response test * Replace `launchtestNode({})` with `launchTestNode()` globally * `bytes.test.ts` to use typegen outputs * chore: improve `fuel-gauge` tests (#2789) Co-authored-by: Chad Nehemiah <[email protected]> * test: update payabale-annotation test Co-authored-by: Anderson Arboleya <[email protected]> --------- Co-authored-by: nedsalk <[email protected]> Co-authored-by: Daniel Bate <[email protected]> Co-authored-by: Peter Smith <[email protected]> Co-authored-by: Anderson Arboleya <[email protected]>
- Loading branch information