From 586d3a267f14f730c7703b6cf23ea83b8d17790d Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 27 May 2025 01:22:20 -0400 Subject: Consolidate testing steps into `tools/test`. I've opted to run with `--coverage` to ensure that we continue exercising coverage support. Hat tip to @wlonk for holding me accountable on this - I had thought coverage was broken, but I was holding it wrong. --- tools/test-ui | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 tools/test-ui (limited to 'tools/test-ui') diff --git a/tools/test-ui b/tools/test-ui deleted file mode 100755 index eff5a07..0000000 --- a/tools/test-ui +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -e - -## tools/test-ui -## -## Run the UI test suite. - -cd "$(dirname "$0")/.." - -npm run test -- --run -- cgit v1.2.3