rename tests to ui-tests

This commit is contained in:
nora 2023-08-02 14:32:31 +02:00
parent b68d775671
commit dd93453943
9 changed files with 12 additions and 12 deletions

View file

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