mirror of
https://github.com/wassname/talk.git
synced 2026-09-11 12:51:33 +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:
@@ -7,7 +7,7 @@ export type Overwrite<T, U> = Pick<T, Diff<keyof T, keyof U>> & U;
|
||||
|
||||
export type Sub<T, U> = Pick<T, Diff<keyof T, keyof U>>;
|
||||
|
||||
export type RequireProperty<T, P extends keyof T> = Omit<Partial<T>, P> &
|
||||
export type RequireProperty<T, P extends keyof T> = Omit<T, P> &
|
||||
Required<Pick<T, P>>;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user