Skip to content

Commit

Permalink
v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed May 16, 2022
1 parent 0654432 commit 416d2f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seneca-msg-test",
"version": "3.3.0",
"version": "3.3.1",
"description": "Structured testing of seneca plugin messages.",
"main": "msg-test.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"reset": "npm run clean && npm i && npm test",
"repo-tag": "REPO_VERSION=`node -e \"console.log(require('./package').version)\"` && echo TAG: v$REPO_VERSION && git commit -a -m v$REPO_VERSION && git push && git tag v$REPO_VERSION && git push --tags;",
"repo-publish": "npm run clean && npm i && npm run repo-publish-quick",
"repo-publish-quick": "npm run prettier && npm run build && npm run test && npm run repo-tag && npm publish --registry http://registry.npmjs.org --access public"
"repo-publish-quick": "npm run prettier && npm run build && npm run test && npm run repo-tag && npm publish --registry https://registry.npmjs.org --access public"
},
"repository": {
"type": "git",
Expand Down
16 changes: 8 additions & 8 deletions test/coverage.html
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ <h1>Test Report</h1>
<div class="failures">0</div>
<div class="skipped">0</div>
<div class="test-count">8</div>
<div class="duration">1159</div>
<div class="duration">1211</div>
</div>
<div id="filters">
<input type="checkbox" checked="" onchange="filter(this)" value="success" id="show-success">
Expand All @@ -570,49 +570,49 @@ <h1>Test Report</h1>
<td class="test-title">happy

</td>
<td class="test-duration">136</td>
<td class="test-duration">179</td>
</tr>
<tr class="show success">
<td class="test-id">2</td>
<td class="test-title">declarative

</td>
<td class="test-duration">135</td>
<td class="test-duration">142</td>
</tr>
<tr class="show success">
<td class="test-id">3</td>
<td class="test-title">missing-calls

</td>
<td class="test-duration">258</td>
<td class="test-duration">257</td>
</tr>
<tr class="show success">
<td class="test-id">4</td>
<td class="test-title">delegates

</td>
<td class="test-duration">129</td>
<td class="test-duration">132</td>
</tr>
<tr class="show success">
<td class="test-id">5</td>
<td class="test-title">data-sequence

</td>
<td class="test-duration">125</td>
<td class="test-duration">126</td>
</tr>
<tr class="show success">
<td class="test-id">6</td>
<td class="test-title">bad-delegate

</td>
<td class="test-duration">129</td>
<td class="test-duration">128</td>
</tr>
<tr class="show success">
<td class="test-id">7</td>
<td class="test-title">dynamic-delegate

</td>
<td class="test-duration">119</td>
<td class="test-duration">118</td>
</tr>
<tr class="show success">
<td class="test-id">8</td>
Expand Down

0 comments on commit 416d2f2

Please sign in to comment.