@sprucelabs/spruce-file-utils 15.1.7 → 15.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ class MockChunkingUploader extends mercury_event_emitter_1.AbstractEventEmitter
|
|
10
10
|
MockChunkingUploader.instance = this;
|
11
11
|
}
|
12
12
|
static assertWasCreated() {
|
13
|
-
test_utils_1.assert.isTruthy(MockChunkingUploader.instance, 'You need to
|
13
|
+
test_utils_1.assert.isTruthy(MockChunkingUploader.instance, 'You need to instantiate ChunkingUploaderImpl.Uploader(()=>this.connectApi()).');
|
14
14
|
}
|
15
15
|
assertFileEqualsLastReturnedFromUpload(file) {
|
16
16
|
(0, schema_1.assertOptions)({ file }, ['file']);
|