chore: cleanup package.json and automate api type generation
This commit is contained in:
@@ -38,4 +38,4 @@ describe("API Integration", () => {
|
||||
);
|
||||
expect([401, 422]).toContain(response.status);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -20,4 +20,4 @@ describe("Database Integration", () => {
|
||||
expect(user.email).toBe(adminEmail);
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -20,4 +20,4 @@ describe("Feature Utilities", () => {
|
||||
delete process.env.TEST_ENV_KEY;
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user