We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b720b32 commit c6bc5dcCopy full SHA for c6bc5dc
local-test
@@ -1,2 +1,3 @@
1
+#!/bin/sh
2
# script to run tests locally and save some CI time
-`deno test --allow-read --allow-write --allow-env --allow-run --allow-net --parallel --node-modules-dir=auto --coverage=cov/ src/`
3
+deno test --allow-read --allow-write --allow-env --allow-run --allow-net --parallel --node-modules-dir=auto --coverage=cov/ src/
0 commit comments