Skip to content

Commit

Permalink
test(initials.js): added ignore for factory method
Browse files Browse the repository at this point in the history
  • Loading branch information
zoepage committed Aug 27, 2015
1 parent 66e2681 commit fc78c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions initials.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
'use strict';

(function (root, factory) {
/* istanbul ignore next */
if (typeof define === 'function' && define.amd) {
define([], function () {
root.initials = factory()
Expand Down

0 comments on commit fc78c4c

Please sign in to comment.