Add session reducer tests (#3860)
This commit is contained in:
parent
0910525e2e
commit
814ec2bd7f
3 changed files with 1645 additions and 1 deletions
1643
src/state/session/__tests__/session-test.ts
Normal file
1643
src/state/session/__tests__/session-test.ts
Normal file
File diff suppressed because it is too large
Load diff
|
@ -6,6 +6,7 @@ import {SessionAccount} from './types'
|
|||
// A hack so that the reducer can't read anything from the agent.
|
||||
// From the reducer's point of view, it should be a completely opaque object.
|
||||
type OpaqueBskyAgent = {
|
||||
readonly service: URL
|
||||
readonly api: unknown
|
||||
readonly app: unknown
|
||||
readonly com: unknown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue