UNPKG

titan-cli

Version:

Command Line Interface for TitanJS Scaffolding

13 lines (10 loc) 356 B
var chai = require('chai'); chai.should(); describe('viewsController', function() { describe('#holaMundo', function() { it("should return 'Hola Mundo'", function() { var vc = new (require('../../src/controllers/viewsController'))("anyone", "any"); (vc.holaMundo()).should.equal("Hola Mundox"); }); }); });