Skip to content
Snippets Groups Projects
Commit 1fe9a34f authored by meskio's avatar meskio :tent:
Browse files

A dummy js test

parent eb80ff73
Branches
No related tags found
No related merge requests found
......@@ -7,3 +7,4 @@ build:
test:
go test ./...
npm test
......@@ -2,8 +2,8 @@ import React from "react";
import { render } from "@testing-library/react";
import App from "./App";
test("renders learn react link", () => {
test("renders sign in", () => {
const { getByText } = render(<App />);
const linkElement = getByText(/learn react/i);
const linkElement = getByText(/Nombre de acceso/i);
expect(linkElement).toBeInTheDocument();
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment