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
/
testdata
/
coverage
/
branch_test.ts
blob: 2a44c80717237ee6e0e5cb8109b58596da2fc354 (
plain
)
1
2
3
4
5
import { branch } from "./branch.ts"; Deno.test("branch", function () { branch(true); });