This commit is contained in:
2023-05-12 20:22:49 +02:00
parent 3af5d0ef1a
commit a2cf751012
19 changed files with 148 additions and 126 deletions

5
test/web/file/files.ts Normal file
View File

@@ -0,0 +1,5 @@
export default {
PDF: 'test/assets/AES.pdf',
Image: 'test/assets/image.jpg',
Zip: 'test/assets/Pigeons.zip',
}