Skip to content

Commit

Permalink
fix eslint failed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amitamrutiya committed Feb 13, 2024
1 parent 2c3fc77 commit de74f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/test/utils/secToDuration.test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-undef */
import convertSecondsToDuration from "../../utils/secToDuration"

describe("convertSecondsToDuration", () => {
Expand Down
1 change: 1 addition & 0 deletions frontend/src/test/utils/avgRating.test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-undef */
import GetAvgRating from "../../utils/avgRating"

describe("GetAvgRating", () => {
Expand Down

0 comments on commit de74f59

Please sign in to comment.