Setup TypeScript code coverage for Electron applications
TestingLearn how to include all source files for code coverage reporting in an Electron app. In the following tutorial we will create TypeScript code coverage from Electron’s main and renderer process.
Continue reading →