This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
ric
/
deno-bootstrap
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
4bf3475686
ブランチ
タグ
master
deno-bootstrap
/
test
/
test.ts
test.ts
84 B
履歴
Raw
1
2
3
4
5
import { assert } from './deps.ts';
Deno.test('dummy', () => {
assert(true);
});