ink-playground
ink-playground copied to clipboard
Replace jest unit tests by Cypress unit tests
Currently, test in Jest are slow due to ESM transpilation. Plus, we can not test the monaco
editor/ rust anayler functionalities properly.
Most likely Cypress unit testing would allow for the execution of Rust Analyzer functionalities.