Skip to content

Commit

Permalink
mute tests till further need
Browse files Browse the repository at this point in the history
  • Loading branch information
kengz committed Oct 9, 2016
1 parent 8b5a80a commit d5da156
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions test/test.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
const Promise = require('bluebird')
const chai = require('chai')
const should = chai.should()
const polyIO = require('poly-socketio')
const startIO = require('../src/start-io')

describe('start poly-socketio', () => {
var ioPromise = startIO()
// describe('start poly-socketio', () => {
// var ioPromise = startIO()

it('resolve global.ioPromise when all joined', () => {
globalClient = polyIO.gClient({ port: process.env.IOPORT })
return ioPromise
})
})
// it('resolve global.ioPromise when all joined', () => {
// globalClient = polyIO.gClient({ port: process.env.IOPORT })
// return ioPromise
// })
// })

0 comments on commit d5da156

Please sign in to comment.