diff --git a/__tests__/setup/NUnitTestReporter.js b/__tests__/setup/NUnitTestReporter.js index 7b0af27881..9f29f26d11 100644 --- a/__tests__/setup/NUnitTestReporter.js +++ b/__tests__/setup/NUnitTestReporter.js @@ -12,7 +12,7 @@ const os = require('os'); const stripANSI = require('strip-ansi'); const hash = value => { - const hash = createHash('sha512'); + const hash = createHash('sha3-512'); hash.update(value);