Skip to content

Commit

Permalink
[test] Disable client generation
Browse files Browse the repository at this point in the history
  • Loading branch information
cayasso committed Nov 5, 2013
1 parent b69f595 commit 0bdc0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('primus-emitter', function () {
it('should have required methods', function(done){
var srv = http();
var primus = server(srv, opts);
primus.save('test.js');
//primus.save('test.js');
srv.listen(function(){
primus.on('connection', function (spark) {
expect(spark.send).to.be.a('function');
Expand Down

0 comments on commit 0bdc0ef

Please sign in to comment.