UNPKG

duo-test

Version:

Duo's testing utility.

10 lines (7 loc) 221 B
var assert = require('component/assert'); var hello = require('../').hello describe('library.hello()', function(){ it('should say hello', function(){ assert('hello there world' == hello('there', 'world')) }) })