UNPKG

197 BJavaScriptView Raw
1require('lazy-ass');
2var describe = require('..');
3
4describe(__dirname + '/variable-foo', 'var foo', function (getFoo) {
5 it('has value "foo"', function () {
6 la(getFoo() === "foo");
7 });
8});