We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abfe06e + 490c1cb commit dab33e1Copy full SHA for dab33e1
1 file changed
tests/authenticated.test.ts
@@ -25,8 +25,6 @@ describe.skipIf(!token || !signature)('Authenticated actions', () => {
25
expect(userInfo).toBeDefined();
26
expect(userInfo.id).toBeDefined();
27
expect(userInfo.username).toBeDefined();
28
- expect(userInfo.firstName).toBeDefined();
29
- expect(userInfo.lastName).toBeDefined();
30
expect(userInfo.following).toBeDefined();
31
expect(userInfo.followers).toBeDefined();
32
expect(userInfo.notifications).toBeDefined();
0 commit comments