Skip to content

Commit

Permalink
more tests data
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacperacy committed Apr 4, 2024
1 parent 4fa6ce4 commit 8027619
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,31 @@ function App() {
filePath: "script.js",
active: false,
},
{
name: "README.md",
filePath: "README.md",
active: false,
},
{
name: "package.json",
filePath: "package.json",
active: false,
},
{
name: "tsconfig.json",
filePath: "tsconfig.json",
active: false,
},
{
name: "webpack.config.js",
filePath: "webpack.config.js",
active: false,
},
{
name: "babel.config.json",
filePath: "babel.config.json",
active: false,
},
]);

return (
Expand Down

0 comments on commit 8027619

Please sign in to comment.