Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit 3ac157e

Browse files
authored
pyodide-sandbox-js: add makefile with test target (#52)
1 parent c9c5988 commit 3ac157e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

libs/pyodide-sandbox-js/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.PHONY: test
2+
3+
test:
4+
deno test --allow-read --allow-write

0 commit comments

Comments
 (0)