diff options
Diffstat (limited to 'tools/test-ui')
| -rwxr-xr-x | tools/test-ui | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/test-ui b/tools/test-ui new file mode 100755 index 0000000..eff5a07 --- /dev/null +++ b/tools/test-ui @@ -0,0 +1,9 @@ +#!/bin/bash -e + +## tools/test-ui +## +## Run the UI test suite. + +cd "$(dirname "$0")/.." + +npm run test -- --run |
