UNPKG

fingular

Version:

A Firebase service provider for AngularJS designed for testability.

15 lines (8 loc) 191 B
'use strict'; describe('the "fingular" module', function() { it('exists', function() { expect(function() { angular.mock.module('fingular'); }).not.to.Throw(); }); });