-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Feature description
At the moment, functionality provided by iota-interaction-ts is only tested implicitly by the products using it.
We need tests in the iota-interaction-ts package that test the functionality independently from product specific code.
There are two options to implement these tests:
- wasm-bindgen-test driven tests, written in Rust
- Integration tests, written in TS, similar to our already existing product tests
Regarding wasm-bindgen-test it's not clear at the moment if this is a viable solution, as there are many dependencies needed for the tests that might only be available using the IOTA TS Sdk. Additionally, as the recommended way to use wasm-bindgen-test is to use wasm-pack, it might be hard to integrate our custom build scripts into wasm-bindgen-test.
If tests using wasm-bindgen-test are not realizable, we need to implement tests using TS, based on our usual TS test utilities and test projects (Identity, Notarization, ...).
Motivation
Test iota-interaction-ts functionality independently from product specific code.
Requirements
Open questions
No response
Are you planning to do it yourself in a pull request?
No
Metadata
Metadata
Assignees
Labels
Type
Projects
Status