这是indexloc提供的服务,不要输入任何密码
Skip to content

Performance in Jest

Dmitry Chestnykh edited this page Dec 4, 2022 · 2 revisions

When using tweetnacl-js in tests with Jest, the extraGlobals configuration variable should include Math. This avoids a significant performance penalty from the test VM environment.

Clone this wiki locally