UNPKG

angular-papaparse

Version:

angular-PapaParse is an Angular factory wrapper for PapaParse (https://github.com/mholt/PapaParse)

16 lines (10 loc) 278 B
'use strict' describe 'Service: Papa', -> # load the service's module beforeEach module 'ngPapaParse' # instantiate service Papa = {} beforeEach inject (_Papa_) -> Papa = _Papa_ it 'should expose Papa', -> expect(Papa.BAD_DELIMITERS).not.toBe undefined