UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

10 lines (8 loc) 186 B
var test = require('tap').test; var resolve = require('../'); test('nonstring', function (t) { t.plan(1); resolve(555, function (err, res, pkg) { t.ok(err); }); });