mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 11:28:11 +08:00
fix: add placeholder test so suite doesn't fail (#2233)
* comment out test suite * actually just put in placeholdertest
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
/*
|
||||
test controls helpers
|
||||
*/
|
||||
// TODO #2227 test: improve test coverage on control helper functions
|
||||
// (`topNCategories()`, `isSelectableCategoryName()`, `selectableCategoryNames()`, `createCategorySummaryFromDfCol()`, `createCategoricalSelection()`, )
|
||||
|
||||
describe("controls helpers", () => {
|
||||
// TODO #2227 test: improve test coverage on control helper functions
|
||||
// (`topNCategories()`, `isSelectableCategoryName()`, `selectableCategoryNames()`, `createCategorySummaryFromDfCol()`, `createCategoricalSelection()`, )
|
||||
test("placeholder", () => {});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user