mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:57:23 +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
|
||||
});
|
||||
|
||||
|
||||
if(response.status !== 200) {
|
||||
console.error('Failed to reset test data', response.data);
|
||||
throw new Error('Failed to reset test data');
|
||||
|
||||
Reference in New Issue
Block a user