mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 07:35:32 +00:00
feat(testing): Dummy commit
This commit is contained in:
@@ -17,6 +17,7 @@ const setup = async ({page, isEmptyProject}: {page: Page, isEmptyProject?: boole
|
|||||||
isEmptyProject
|
isEmptyProject
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
if(response.status !== 200) {
|
if(response.status !== 200) {
|
||||||
console.error('Failed to reset test data', response.data);
|
console.error('Failed to reset test data', response.data);
|
||||||
throw new Error('Failed to reset test data');
|
throw new Error('Failed to reset test data');
|
||||||
|
|||||||
Reference in New Issue
Block a user