Skip to content

Commit 267a8db

Browse files
committed
Try adding basePath and reverting the test file
1 parent 6b0e803 commit 267a8db

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cypress/e2e/test_form.cy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { describe, beforeEach, cy, it, expect } from 'cypress';
1+
/// <reference types="Cypress" />
22

3-
describe('Form', () => {
3+
context('Form', () => {
44
beforeEach(() => {
55
cy.visit('http://localhost:3000/');
66
});

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"baseUrl": "./src",
34
"target": "es5",
45
"lib": ["dom", "dom.iterable", "esnext"],
56
"allowJs": true,

0 commit comments

Comments
 (0)