This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
zhangqi
/
swOperation
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
d18bcf2b21
Gałęzie
Tagi
defaultDevelop
master
swOperation
/
node_modules
/
tape
/
test
/
ignore
/
test.js
test.js
102 B
Historia
Czysty
1
2
3
4
5
6
7
8
'use strict';
var tape = require('../../');
tape.test(function (t) {
t.plan(1);
t.ok('Okay');
});