This commit is contained in:
2026-03-06 08:19:15 +07:00
parent 1b86a9252d
commit aa7cdbd36f
31 changed files with 89 additions and 89 deletions

View File

@@ -3,7 +3,7 @@
* Tests the smartsend function with binary/image/audio/video payloads
*/
const NATSBridge = require('../src/natbridge.js');
const NATSBridge = require('../src/natsbridge.js');
const TEST_SUBJECT = '/test/binary';
const TEST_BROKER_URL = process.env.NATS_URL || 'nats://localhost:4222';