Skip to content

Commit

Permalink
chore: fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Jan 11, 2023
1 parent c00f7be commit 9364008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/faker.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ describe('faker', () => {
for (let i = 0; i < derived.datatype.number(100); i++) {
derived.datatype.number();
}

expect(faker.datatype.number()).toBe(value);
});
});
Expand Down

0 comments on commit 9364008

Please sign in to comment.