Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Duncalf committed Jul 4, 2022
1 parent d29fd14 commit 19a7d23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration-tests/tests/src/typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ type UserContext = { user: Realm.User } & Mocha.Context;
type RealmContext = {
realm: Realm;
config: Realm.Configuration;
user: Realm.User;
} & Mocha.Context;
type RealmObjectContext<T = Record<string, unknown>> = {
object: Realm.Object & T;
Expand Down

0 comments on commit 19a7d23

Please sign in to comment.