Skip to content

Commit ae48dc6

Browse files
authored
Update test.sh
1 parent eddd92c commit ae48dc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Build WASM modules
3+
# Run tests
44

55
set -euxo pipefail
66

@@ -10,4 +10,4 @@ popd
1010

1111
pushd packages/umap-wasm
1212
npm run test
13-
popd
13+
popd

0 commit comments

Comments
 (0)