UNPKG

slush-laima

Version:

The generator of Laima https://github.com/indigofeather/laima

11 lines (9 loc) 257 B
var assert = require('assert'); var B = require('../src/js/B'); describe('B', function() { describe('#Sample.urlRoot', function () { it('should return /api/qwerty', function () { assert.equal('/api/qwerty', B.Sample.urlRoot); }); }); });