Skip to content

Commit

Permalink
feat: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoPascoli committed Jan 24, 2025
1 parent 12de919 commit f1e1e8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp/cypress/e2e/spec.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
* This file is part of the Antares project.
*/

import { describe, it } from "mocha";
import { describe, it } from "cypress";
import { cy } from "cypress";

describe("template spec", () => {
it("passes", () => {
Expand Down

0 comments on commit f1e1e8f

Please sign in to comment.