HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/RImmers2/portal.photomenu.nl/wwwroot/node_modules/node-forge/nodejs/ui/test.js
var ASSERT = chai.assert;
mocha.setup({
    ui: 'bdd',
    timeout: 30000
});
requirejs.config({
    paths: {
        forge: 'forge',
        test: 'test'
    }
});
requirejs([
    'test/util',
    'test/md5',
    'test/sha1',
    'test/sha256',
    'test/hmac',
    'test/pbkdf2',
    'test/mgf1',
    'test/random',
    'test/asn1',
    'test/pem',
    'test/rsa',
    'test/kem',
    'test/pkcs1',
    'test/x509',
    'test/csr',
    'test/aes',
    'test/rc2',
    'test/des',
    'test/pkcs7',
    'test/pkcs12',
    'test/tls'
], function() {
    mocha.run();
});