UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

11 lines (7 loc) 205 B
var Info = require('../lib/info'); describe('Info', function() { it('should have gatherInfo call other helper methods', function() { var info = Info.gatherInfo(); console.log(info); }); });