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 61891d3 commit 46183dd
Show file tree
Hide file tree
Showing 3 changed files with 1,251 additions and 9 deletions.
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, cy } from "cypress";
import { describe, it } from "mocha";
import { cy } from "cypress";

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

0 comments on commit 46183dd

Please sign in to comment.