Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed May 16, 2022
1 parent 9579381 commit 0654432
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "seneca-msg-test",
"version": "3.2.0",
"version": "3.3.0",
"description": "Structured testing of seneca plugin messages.",
"main": "msg-test.js",
"scripts": {
"build": "echo no-build",
"test": "lab -v -P test -L -t 80 -r console -o stdout -r html -o test/coverage.html -r lcov -o test/lcov.info",
"test": "lab -v -P test -L -t 80 -I AggregateError,atob,btoa,AbortController,AbortSignal,EventTarget,Event,MessageChannel,MessagePort,MessageEvent,performance -r console -o stdout -r html -o test/coverage.html -r lcov -o test/lcov.info",
"test-some": "lab -v -P test -g",
"prettier": "prettier --write --no-semi --single-quote *.js test/*.js",
"clean": "rm -rf node_modules yarn.lock package-lock.json",
Expand Down
14 changes: 7 additions & 7 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">1347</div>
<div class="duration">1159</div>
</div>
<div id="filters">
<input type="checkbox" checked="" onchange="filter(this)" value="success" id="show-success">
Expand All @@ -570,28 +570,28 @@ <h1>Test Report</h1>
<td class="test-title">happy

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

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

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

</td>
<td class="test-duration">125</td>
<td class="test-duration">129</td>
</tr>
<tr class="show success">
<td class="test-id">5</td>
Expand All @@ -605,14 +605,14 @@ <h1>Test Report</h1>
<td class="test-title">bad-delegate

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

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

0 comments on commit 0654432

Please sign in to comment.