Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit 994a498

Browse files
authored
Merge pull request #48 from skellock/rework-testing
Adds unit tests for both renderer & main processes.
2 parents 0096e65 + 23db298 commit 994a498

File tree

15 files changed

+412
-332
lines changed

15 files changed

+412
-332
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ npm-debug.log
55
yarn-error.log
66
dist/
77
out/
8+
tmp/
9+
out-test/
810
dev-app-update.yml
911
.vscode/

docs/stack.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,14 @@ What I do know is, once I started playing with FuseBox, I was sold. I like the d
144144
145145
This is my favourite testing framework. I've tried them all. The devs behind this are very talented, helpful, and friendly.
146146

147+
> **sinon**
148+
149+
This is great for spies and stubs.
150+
151+
> **mockery**
152+
153+
Hooks require('') calls to hijack dependencies and replace with your own.
154+
147155

148156
## Compile Time Utilities
149157

0 commit comments

Comments
 (0)