auth-api/tests/node_modules/tape/test/ignore/test.js

9 lines
108 B
JavaScript
Raw Normal View History

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