ink-playground icon indicating copy to clipboard operation
ink-playground copied to clipboard

Replace jest unit tests by Cypress unit tests

Open achimcc opened this issue 2 years ago • 0 comments

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.

achimcc avatar May 16 '22 14:05 achimcc