auth-api/tests/node_modules/tape/example/stream/test/x_fail.js

8 lines
116 B
JavaScript
Raw Normal View History

2021-06-23 22:30:45 +02:00
'use strict';
var test = require('../../../');
test(function (t) {
t.plan(1);
t.equal('beep', 'boop');
});