Tests: added tests for NJS loadable modules.

This commit is contained in:
Andrei Zeliankou
2023-05-10 13:02:52 +01:00
parent dc03914418
commit e88e16d11e
6 changed files with 133 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
import cr from 'crypto';
export default {
"num" : function () {return typeof cr.createHash('md5').digest().length}
}