Skip to content

Commit

Permalink
feat: Implement Testing into the project (#28)
Browse files Browse the repository at this point in the history
* feat: implement basic testing

* chore: Update files to include credit to electron-vite where appropriate (#25) (#27)

* chore: Update electron-env.d.ts

* chore: Update main.ts

* chore: Update preload.ts

* chore: Update vite.config.ts

* chore: Update vite.config.ts

* chore: Update electron-builder.json5

* chore: Update README.md

---------

Co-authored-by: Liam Townsley <[email protected]>
  • Loading branch information
LiamTownsley2 and LiamTownsley authored Nov 10, 2023
1 parent b1d1032 commit 9cbf90a
Show file tree
Hide file tree
Showing 11 changed files with 690 additions and 39 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ release
*.sln
*.sw?

.VSCodeCounter/
.VSCodeCounter/

# Playwright
screenshots/
Loading

0 comments on commit 9cbf90a

Please sign in to comment.