Files

Return to Package Diff Home.
Brought to you by Intrinsic.

Package Diff: tap @ 12.6.2 .. 12.6.3

lib/snapshot.js

@@ -67,7 +67,7 @@
' * Re-generate by setting TAP_SNAPSHOT=1 and running tests.\n' +
' * Make sure to inspect the output below. Do not ignore changes!\n' +
' */\n\'use strict\'\n' + (
- Object.keys(this.snapshot).map(s =>
+ Object.keys(this.snapshot).sort().map(s =>
`exports[\`${
escape(s)
}\`] = \`\n${

package.json

@@ -1,6 +1,6 @@
{
"name": "tap",
- "version": "12.6.2",
+ "version": "12.6.3",
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
"description": "A Test-Anything-Protocol library",
"homepage": "http://node-tap.org/",