feat(testing): Dummy commit

This commit is contained in:
Muhammed Mustafa
2022-11-02 18:11:28 +05:30
parent 0454c0abdf
commit 124de8475e

View File

@@ -17,6 +17,7 @@ const setup = async ({page, isEmptyProject}: {page: Page, isEmptyProject?: boole
isEmptyProject
});
if(response.status !== 200) {
console.error('Failed to reset test data', response.data);
throw new Error('Failed to reset test data');