UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

17 lines (13 loc) 271 B
var auto = require('../') var test = require('tape') test('empty tasks object', function (t) { t.plan(1) auto({}, function (err) { t.error(err) }) }) test('empty tasks object and no callback', function (t) { auto([]) t.pass('did not throw') t.end() })