mirror of
https://github.com/wassname/talk.git
synced 2026-08-18 12:30:39 +08:00
[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:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import { FunctionComponent } from "react";
|
||||
|
||||
declare module "found" {
|
||||
const ElementsRenderer: FunctionComponent<{
|
||||
elements: ReactElementOrGroup[];
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user