Add basic testsuite using ui_test

This commit is contained in:
nora 2023-08-01 11:57:44 +02:00
parent 1551847d8c
commit b68d775671
13 changed files with 1524 additions and 79 deletions

View file

@ -8,6 +8,7 @@
"build": "tsc",
"fmt": "prettier -w .",
"test": "jest",
"ui-test": "npm run build && cargo run --manifest-path tests/Cargo.toml --bin tests",
"lint": "eslint ."
},
"author": "",