mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 14:48:12 +08:00
* update package lock * allow falsey vals * remove old diff exp handling * save diff exp results as geneset * delete test * check for undefined or null * use global geneset description for diffexp * remove diffexp special code, no longer showing adjpval + logfoldchange * remove differential map to state * remove clear from FSM, since we no longer support those actions * restore controlHelpers test with todo
9 lines
297 B
JavaScript
9 lines
297 B
JavaScript
/*
|
|
test controls helpers
|
|
*/
|
|
|
|
describe("controls helpers", () => {
|
|
// TODO #2227 test: improve test coverage on control helper functions
|
|
// (`topNCategories()`, `isSelectableCategoryName()`, `selectableCategoryNames()`, `createCategorySummaryFromDfCol()`, `createCategoricalSelection()`, )
|
|
});
|