chore: update TS and Fastify (#52157)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sboonny <muhammedelruby@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
renovate[bot]
2023-11-07 17:22:59 +05:30
committed by GitHub
parent 0325ea4373
commit 87e1ae21a5
34 changed files with 466 additions and 303 deletions
@@ -60,6 +60,7 @@ describe('Challenge utils helper scripts', () => {
stepNum: 3
});
// eslint-disable-next-line @typescript-eslint/no-base-to-string
expect(step.toString()).toEqual(mockChallengeId);
expect(ObjectID).toHaveBeenCalledTimes(1);