auth-api/tests/node_modules/tape/example/stream/test/x_fail.js
2021-06-23 22:30:45 +02:00

8 lines
116 B
JavaScript

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