PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/tape/example/stream/test

Просмотр файла: y.js

'use strict';

var test = require('../../../');
test(function (t) {
	t.plan(2);
	t.equal(1 + 1, 2);
	t.ok(true);
});

test('wheee', function (t) {
	t.ok(true);
	t.end();
});

Выполнить команду


Для локальной разработки. Не используйте в интернете!