Skip to content

Commit f15ea7d

Browse files
committed
npm run lint-branch-fix
1 parent e36bb45 commit f15ea7d

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

packages/components/src/internal/components/assay/AssayPicker.test.tsx

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,18 @@ const load = (): Promise<any> => {
1616

1717
const loadGeneralOnly = (): Promise<any> => {
1818
return Promise.resolve({
19-
"locations" : {
20-
"ea7c355b-0b2e-1039-8359-225b19643884" : "Current Folder (BiologicsAssayTest Project)",
21-
"ce3fb429-92f9-1038-8523-225b19648208" : "Shared Folder"
19+
locations: {
20+
'ea7c355b-0b2e-1039-8359-225b19643884': 'Current Folder (BiologicsAssayTest Project)',
21+
'ce3fb429-92f9-1038-8523-225b19648208': 'Shared Folder',
2222
},
23-
"providers" : [ {
24-
"name" : "General",
25-
"description" : "Imports data from simple Excel or TSV files.",
26-
"fileTypes" : [ ".tsv", ".csv", ".xls", ".xlsx", ".txt", ".fna", ".fasta" ]
27-
} ],
28-
"defaultLocation" : "ea7c355b-0b2e-1039-8359-225b19643884"
23+
providers: [
24+
{
25+
name: 'General',
26+
description: 'Imports data from simple Excel or TSV files.',
27+
fileTypes: ['.tsv', '.csv', '.xls', '.xlsx', '.txt', '.fna', '.fasta'],
28+
},
29+
],
30+
defaultLocation: 'ea7c355b-0b2e-1039-8359-225b19643884',
2931
});
3032
};
3133

0 commit comments

Comments
 (0)