forgeplus-react/node_modules/tape/example/stream/test/x.js

8 lines
110 B
JavaScript

'use strict';
var test = require('../../../');
test(function (t) {
t.plan(1);
t.equal('beep', 'boop');
});