Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 461 Bytes

File metadata and controls

28 lines (17 loc) · 461 Bytes

Selize Core

Test

How to run test?

E2E Test

  1. Start test server:
bun run test
  1. Open test web page: http://localhost:3000

like this:

(some image)

And then,you can see error code in web page.

For convenience, the test server is written in JS, but it does not affect the test results.

Unit Test

  1. Install dependencies:

How to write unit tests

We provide some interfaces for your convenience, details can be found at: