Skip to content

Commit

Permalink
test(client): add prop to test
Browse files Browse the repository at this point in the history
  • Loading branch information
millsp committed Feb 10, 2022
1 parent c7581a4 commit 27ed2a5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@ describe('modify-client', () => {
prop = 'a value'
}
const client = new ExtendedClient()
client.prop2 = 'another value'

expect(Object.keys(client).filter((k) => !k.startsWith('_'))).toMatchInlineSnapshot(`
Array [
user,
profile,
post,
prop,
prop2,
]
`)

Expand Down

0 comments on commit 27ed2a5

Please sign in to comment.