![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/dceprojects.corals.io/node_modules/loglevel/test/ |
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>QUnit Integration Test</title> <link rel="stylesheet" href="../node_modules/qunitjs/qunit/qunit.css"> </head> <body> <script src="../lib/loglevel.js" loglevel-name="logging"></script> <script> var logging = log.noConflict(); </script> <!-- Pretend the users code is included here --> <div id="qunit"></div> <div id="qunit-fixture"></div> <script src="../node_modules/qunitjs/qunit/qunit.js"></script> <script src="test-qunit.js"></script> </body> </html>