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 3e54dfe commit 12de919
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/cypress/e2e/spec.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
* This file is part of the Antares project.
*/

import { describe, it } from "mocha";

describe("template spec", () => {
it("passes", () => {
cy.visit("https://example.cypress.io");

Check failure on line 19 in webapp/cypress/e2e/spec.cy.js

View workflow job for this annotation

GitHub Actions / npm-lint

'cy' is not defined
Expand Down

0 comments on commit 12de919

Please sign in to comment.