Skip to content

Commit

Permalink
first working prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Apr 25, 2024
1 parent c23264b commit 9f054dc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 193 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency: # Cancel previous workflows on the same pull request


jobs:
build-and-deploy:
deploy-web-service:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"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",
"homepage": "https://spikeinterface.github.io/hybrid_template_library",
"license": "",
"scripts": {
"start": "react-scripts start",
Expand Down
184 changes: 0 additions & 184 deletions public/basic.html

This file was deleted.

Binary file added public/neuropixels_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions src/App.test.js
Original file line number Diff line number Diff line change
@@ -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(<App />);
const linkElement = screen.getByText(/learn react/i);
expect(linkElement).toBeInTheDocument();
});
// test("renders learn react link", () => {
// render(<App />);
// const linkElement = screen.getByText(/learn react/i);
// expect(linkElement).toBeInTheDocument();
// });

0 comments on commit 9f054dc

Please sign in to comment.