mirror of
https://github.com/jambonz/jambonz-node.git
synced 2025-12-19 05:17:49 +00:00
fix test error
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const assert = require('assert');
|
||||
const Websocket = require('ws');
|
||||
const {WebhookResponse} = require('@jambonz/node-client');
|
||||
const {WebhookResponse} = require('./webhook-response');
|
||||
|
||||
module.exports = (ws, {logger, req}) => {
|
||||
assert(ws instanceof Websocket);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@jambonz/node-client",
|
||||
"version": "0.3.0",
|
||||
"description": "",
|
||||
"version": "0.3.1",
|
||||
"description": "Node.js client for building jambonz applications (jambonz.org)",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"test": "NODE_ENV=test node test/ ",
|
||||
|
||||
Reference in New Issue
Block a user