replaced mulstiple testfiles with on to obey definitely typed naming

This commit is contained in:
Kalle Ott
2017-03-27 21:54:40 +02:00
parent 62ad9abc10
commit 97fd2fc247
15 changed files with 1754 additions and 1794 deletions

View File

@@ -20,31 +20,19 @@
"files": [
"index.d.ts",
"ArrowKeyStepper.d.ts",
"ArrowKeyStepper.test.tsx",
"AutoSizer.d.ts",
"AutoSizer.test.tsx",
"CellMeasurer.d.ts",
"CellMeasurer.test.tsx",
"Collection.d.ts",
"Collection.test.tsx",
"ColumnSizer.d.ts",
"ColumnSizer.test.tsx",
"genericTypes.d.ts",
"Grid.d.ts",
"Grid.test.tsx",
"InfiniteLoader.d.ts",
"InfiniteLoader.test.tsx",
"List.d.ts",
"List.test.tsx",
"Masonry.d.ts",
"Masonry.test.tsx",
"MultiGrid.d.ts",
"MultiGrid.test.tsx",
"ScrollSync.d.ts",
"ScrollSync.test.tsx",
"Table.d.ts",
"Table.test.tsx",
"WindowScroller.d.ts",
"WindowScroller.test.tsx"
"react-virtualized-tests.tsx"
]
}