refactor: application dependency management (#2363)
This commit is contained in:
@@ -151,7 +151,7 @@ describe('settings service', function () {
|
||||
const response = await fetch('/packages/snjs/mocha/assets/small_file.md')
|
||||
const buffer = new Uint8Array(await response.arrayBuffer())
|
||||
|
||||
await Files.uploadFile(application.fileService, buffer, 'my-file', 'md', 1000)
|
||||
await Files.uploadFile(application.files, buffer, 'my-file', 'md', 1000)
|
||||
|
||||
await Factory.sleep(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user