From c41687fa7e1f29889b0e80934a6145a647f71a3e Mon Sep 17 00:00:00 2001 From: Sem Bauke <46919888+Sembauke@users.noreply.github.com> Date: Mon, 2 May 2022 17:19:55 +0200 Subject: [PATCH] chore: convert error test to TypeScript (#45841) --- .../integration/{handled-error.test.js => handled-error.test.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename client/src/__tests__/integration/{handled-error.test.js => handled-error.test.ts} (100%) diff --git a/client/src/__tests__/integration/handled-error.test.js b/client/src/__tests__/integration/handled-error.test.ts similarity index 100% rename from client/src/__tests__/integration/handled-error.test.js rename to client/src/__tests__/integration/handled-error.test.ts