This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
ric
/
deno-bootstrap
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
651c506f1b
Branches
Tags
master
deno-bootstrap
/
test
/
test.ts
test.ts
84 B
Historique
Raw
1
2
3
4
5
import { assert } from './deps.ts';
Deno.test('dummy', () => {
assert(true);
});