[next] Tests for new story filter and combo box (#2288)

* test: add tests for changes in stories page

* test: search box and moderate specific story

* fix: remaining snapshot

* fix: test
This commit is contained in:
Kiwi
2019-04-27 01:04:16 +02:00
committed by GitHub
parent b1efdad981
commit 60c8f9a0d5
13 changed files with 764 additions and 159 deletions
+7
View File
@@ -0,0 +1,7 @@
import { FunctionComponent } from "react";
declare module "found" {
const ElementsRenderer: FunctionComponent<{
elements: ReactElementOrGroup[];
}>;
}