| commit | 4de8a91553cccc6f7e48419de75acfddafdb549b | [log] [tgz] |
|---|---|---|
| author | Pokey Rule <755842+pokey@users.noreply.github.com> | Fri Apr 25 21:01:30 2025 +0100 |
| committer | Pokey Rule <755842+pokey@users.noreply.github.com> | Fri Apr 25 21:01:30 2025 +0100 |
| tree | 8334b1134d1f1c49fcdb26700ac32d206328b67e | |
| parent | ddc81426ded54ef97b7650f5f9d1ef9c94b80fd3 [diff] [blame] |
webui: Add aria snapshot testing
diff --git a/webui/Makefile b/webui/Makefile index 2ce27f5..58c3373 100644 --- a/webui/Makefile +++ b/webui/Makefile
@@ -9,7 +9,10 @@ # TypeScript type checking # Note: The actual esbuild bundling happens in esbuild.go check: - npx tsc --noEmit + npm test + +update-snapshots: + npm run update-snapshots clean: rm -rf node_modules