-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boobst Installation #14
Comments
Hello! Tests have not worked for a long time because I can not find any useful cache' server. |
I just did. So I copied paste boobst directory in node_module along with folders 'assert' and 'mocha' and both of these folders got their own node_module. And in boobst directory I got package.json, boobst.m, boobst.js and test.js. In test.js I wrote the following code: var BoobstSocket = require('boobst').BoobstSocket var bs = new BoobstSocket({ testbst^boobst This tag and routine exists and contains following code in it: I am trying to run this test,js using 'npm test'. I am receiving same error as I stated above and my global ^TMP("FAR",1) not effecting at all. |
By the way I changed test.config.js as well; as per my host and ns. |
Thanks for the response I was able to run using 'express'. I can see the output now. |
So for now it works as expected? Or there are still some questions? |
The issue I am facing right now is passing parameters to a tag in a routine. The code I am calling is this.set('a', '2') And the error I am getting is: Seems like values are not passing to the tag. |
I am getting the following error while executing this command:
$ npm install boobst
npm WARN install Refusing to install boobst as a dependency of itself
'npm install mocha' works fine. But when I am running 'npm test' it's giving me following errors:
set "after each" hook:
Error: timeout of 1000ms exceeded. Ensure the done() callback is being call
ed in this test.
zn #zn test simple switching should properly switch between namespaces:
Uncaught AssertionError: {} == null
at null.callback (c:\boobst-master\boobst-master\test\test.zn.js:47:20)
at BoobstSocket.onDataZn (c:\boobst-master\boobst-master\boobst.js:328:18)
Uncaught AssertionError: {} == null
at null.callback (c:\boobst-master\boobst-master\test\test.zn.js:47:20)
at onClose (c:\boobst-master\boobst-master\boobst.js:87:19)
at TCP.close (net.js:466:12)
npm ERR! Test failed. See above for more details.
npm ERR! not ok code 0
The text was updated successfully, but these errors were encountered: