mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-21 17:08:11 +08:00
* remove topN category truncation from component rendering layer * clean up category item limit implementation * name change for clarity * fix snapshot * comments
10 lines
306 B
TypeScript
10 lines
306 B
TypeScript
/*
|
|
test controls helpers
|
|
*/
|
|
// TODO #2227 test: improve test coverage on control helper functions
|
|
// (`isSelectableCategoryName()`, `selectableCategoryNames()`, `createCategorySummaryFromDfCol()`, `createCategoricalSelection()`, )
|
|
|
|
describe("controls helpers", () => {
|
|
test("placeholder", () => {});
|
|
});
|