fix: add placeholder test so suite doesn't fail (#2233)

* comment out test suite

* actually just put in placeholdertest
This commit is contained in:
Severiano Badajoz
2021-05-26 12:41:16 -07:00
committed by GitHub
parent a4050f10e1
commit 7ed53c0f5b
@@ -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", () => {});
});