mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
committed by
Eugenio Romano
parent
53d96679ea
commit
e39a2b149b
@@ -149,7 +149,7 @@ describe('UploadBase', () => {
|
||||
|
||||
});
|
||||
|
||||
describe('filesize', () => {
|
||||
describe('fileSize', () => {
|
||||
|
||||
const files: File[] = [
|
||||
<File> { name: 'bigFile.png', size: 1000 },
|
||||
@@ -353,7 +353,7 @@ describe('UploadBase', () => {
|
||||
let addToQueueSpy;
|
||||
|
||||
const files: File[] = [
|
||||
<File> { name: 'process.pbmn' }
|
||||
<File> { name: 'process.bpmn' }
|
||||
];
|
||||
|
||||
beforeEach(() => {
|
||||
|
Reference in New Issue
Block a user