Skip to content

Commit

Permalink
Type fix for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
noahlange committed Feb 7, 2024
1 parent 777c5bc commit 68c9c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/helpers/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class C extends Component {

export class D extends Component {
public static readonly type = 'd';
public value: bigint[] = [];
public value: (bigint | null)[] = [];
}

export class Ref extends EntityRef<Entity> {
Expand Down

0 comments on commit 68c9c74

Please sign in to comment.