test.js/test. test('parallel execution', async t => { const promises = []; for (let i = 0; i < 10; i++) { promises.push(sha512(' ')); } const results ...
確定! 回上一頁