index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
specs
/
npm
/
es_module
/
test.js
blob: b9c91c7151e382c2a1cf364fa4360d0c201521f7 (
plain
)
1
2
3
4
5
import { test } from "./main.js"; Deno.test("test", () => { console.log(test("test")); });