We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44c342 commit 1f5e557Copy full SHA for 1f5e557
__tests__/setup/NUnitTestReporter.js
@@ -12,7 +12,7 @@ const os = require('os');
12
const stripANSI = require('strip-ansi');
13
14
const hash = value => {
15
- const hash = createHash('sha512');
+ const hash = createHash('sha3-512');
16
17
hash.update(value);
18
0 commit comments