PHP WebShell

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

Просмотр файла: test-b.js

'use strict';

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

tape.test('test-b', function (t) {
	t.ok(global.module_b, 'module-b loaded in same context');
	t.pass('test ran after module-b was loaded');
	t.end();
});

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


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