tests for DataFileServiceImpl
This commit is contained in:
parent
527e108d2e
commit
1142519139
3 changed files with 185 additions and 185 deletions
|
@ -115,10 +115,10 @@ describe("DataFileServiceImpl", () => {
|
|||
});
|
||||
|
||||
describe("readDataArrayAsPossibleArchive", () => {
|
||||
|
||||
// TODO
|
||||
});
|
||||
|
||||
describe("downloadDataFileAsArrayBuffer", () => {
|
||||
|
||||
// TODO
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
@ -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 {
|
||||
|
|
Reference in a new issue