Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
winiboya committed Apr 20, 2024
1 parent 9ea7a82 commit a7e4574
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/__tests__/LastActivityService.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jest.mock("@react-native-async-storage/async-storage", () => ({
setItem: jest.fn(),
}));


beforeEach(() => {
// Clear all instances and calls to constructor and all methods:
apiUtil.post.mockClear();
Expand Down Expand Up @@ -72,7 +71,6 @@ describe("LastActivityService", () => {
});
// describe("checkAndUpdateActivity", () => {


// it("should handle the case where no last activities are retrieved", async () => {
// const mockData = null;
// const category = "Exercising";
Expand Down

0 comments on commit a7e4574

Please sign in to comment.