UNPKG

dogstack

Version:

a popular-choice grab-bag framework for teams working on production web apps

8 lines (6 loc) 126 B
const test = require('ava') var dogstack test('dogstack exports', t => { dogstack = require('../') t.truthy(dogstack) })