Skip to content

Commit

Permalink
chore: update version, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Dec 8, 2019
1 parent 1791066 commit 2caed79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-electron",
"version": "0.1.8",
"version": "0.1.9",
"description": "Easiest way to run jest unit test cases in electron.",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/electron/renderer/dom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function appendTestResultDOM(r) {

return `<div class="test-result-info ${status}">
<div class="test-result-title">${title}</div>
<div class="test-result-time">${duration} ms</div>
<div class="test-result-time">${duration}ms</div>
</div>`;
});

Expand Down

0 comments on commit 2caed79

Please sign in to comment.