UNPKG

172 BJavaScriptView Raw
1'use strict';
2const test = require('tape');
3
4test('instance of', (t) => {
5 // t.plan(1);
6 // t.equal(nt instanceof ClientKitTask, true, 'instance of ClientKitTask');
7});