Skip to content

Commit

Permalink
Try adding basePath and reverting the test file
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jun 10, 2024
1 parent 6b0e803 commit 267a8db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/test_form.cy.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { describe, beforeEach, cy, it, expect } from 'cypress';
/// <reference types="Cypress" />

describe('Form', () => {
context('Form', () => {
beforeEach(() => {
cy.visit('http://localhost:3000/');
});
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"baseUrl": "./src",
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
Expand Down

0 comments on commit 267a8db

Please sign in to comment.