diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-09-20 13:10:36 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2023-09-20 13:10:36 +0200 |
| commit | dda92bd41f4bee11e2cc5de265ce4fbf5221f1ff (patch) | |
| tree | bcb0f8121955ff815758b30ec4e24a1e6bde4fba /webAO/services/__tests__ | |
| parent | 59028dd4046ad0715d80be8d1ed0031f20f05b7a (diff) | |
autoformat with eslint
Diffstat (limited to 'webAO/services/__tests__')
| -rw-r--r-- | webAO/services/__tests__/downloadFile.test.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webAO/services/__tests__/downloadFile.test.ts b/webAO/services/__tests__/downloadFile.test.ts index b217b2c..b541095 100644 --- a/webAO/services/__tests__/downloadFile.test.ts +++ b/webAO/services/__tests__/downloadFile.test.ts @@ -1,9 +1,9 @@ import downloadFile from '../downloadFile' jest - .useFakeTimers() - .setSystemTime(new Date('2020-01-01').getTime()); + .useFakeTimers() + .setSystemTime(new Date('2020-01-01').getTime()); - global.URL.createObjectURL = jest.fn(); +global.URL.createObjectURL = jest.fn(); (window as any).global.Blob = function (content, options){return ({content, options})} describe('downloadFile', () => { |
