diff --git a/package.json b/package.json index e2ded74..484f5cd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "template_library", + "name": "hybrid_template_library", "description": "Library of templates to create hybrid data for spike sorting benchmarks", "version": "1.0.0", "author": "Heberto Mayorquin", diff --git a/src/App.test.js b/src/App.test.js index 9382b9a..22c7416 100644 --- a/src/App.test.js +++ b/src/App.test.js @@ -1,8 +1,8 @@ -import { render, screen } from "@testing-library/react"; -import App from "./App"; +// import { render, screen } from "@testing-library/react"; +// import App from "./App"; -test("renders learn react link", () => { - render(); - const linkElement = screen.getByText(/learn react/i); - expect(linkElement).toBeInTheDocument(); -}); +// test("renders learn react link", () => { +// render(); +// const linkElement = screen.getByText(/learn react/i); +// expect(linkElement).toBeInTheDocument(); +// });