Skip to content

Commit

Permalink
Removed unused demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Eklund committed Sep 13, 2024
1 parent d434f5b commit d3a8691
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 76 deletions.
9 changes: 3 additions & 6 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@tippyjs/react": "^4.2.6",
"@types/jest": "^29.5.13",
"@types/node": "^22.5.4",
Expand All @@ -26,8 +23,7 @@
"react-router-dom": "^6.26.2",
"react-scripts": "5.0.1",
"react-syntax-highlighter": "^15.5.0",
"typescript": "^5.6.2",
"web-vitals": "^4.2.3"
"typescript": "^5.6.2"
},
"scripts": {
"start": "react-scripts start",
Expand Down Expand Up @@ -56,6 +52,7 @@
},
"devDependencies": {
"@types/react-syntax-highlighter": "^15.5.13",
"gh-pages": "^6.1.1"
"gh-pages": "^6.1.1",
"@babel/plugin-proposal-private-property-in-object": "^7.21.0"
}
}
8 changes: 0 additions & 8 deletions demo/src/App.test.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions demo/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import App from "./App";
import { Performance } from "./Performance";
import { DraftPerf } from "./DraftPerf";
import { QuillPerf } from "./QuillPerf";
import reportWebVitals from "./reportWebVitals";
import "./App.css"

const root = ReactDOM.createRoot(
Expand Down Expand Up @@ -36,8 +35,3 @@ root.render(
<RouterProvider router={router} />
</React.StrictMode>
);

// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();
15 changes: 0 additions & 15 deletions demo/src/reportWebVitals.ts

This file was deleted.

13 changes: 0 additions & 13 deletions demo/src/reportWebVitals.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions tests/.eslintrc

This file was deleted.

23 changes: 0 additions & 23 deletions tests/index.test.js

This file was deleted.

0 comments on commit d3a8691

Please sign in to comment.