PHP WebShell

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

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

'use strict';

var test = require('../');

test('plan should be optional', function (t) {
	t.pass('no plan here');
	t.end();
});

test('no plan async', function (t) {
	setTimeout(function () {
		t.pass('ok');
		t.end();
	}, 100);
});

// vim: set softtabstop=4 shiftwidth=4:

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


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