tests for DataFileServiceImpl

This commit is contained in:
alecmerdler 2017-03-12 00:29:39 -08:00
parent 527e108d2e
commit 1142519139
3 changed files with 185 additions and 185 deletions

View file

@ -9,7 +9,7 @@ declare const Untar: (uint8Array: Uint8Array) => void;
export class DataFileServiceImpl implements DataFileService {
constructor(private fileReaderFactory: () => FileReader) {
}
public blobToString(blob: Blob, callback: (result: string) => void): void {