test('Instances should have WebSocket\'s constants', function() {
    constants.forEach(function(v) {
      assert.strictEqual(pws[v], WebSocket[v]);
    });
  });