mirror of https://github.com/grpc/grpc-node.git
Re-enabled tests
This commit is contained in:
parent
0695ded28e
commit
0ec8db46b0
|
@ -39,7 +39,7 @@ var health = require('../health_check/health.js');
|
|||
|
||||
var grpc = require('../');
|
||||
|
||||
describe.only('Health Checking', function() {
|
||||
describe('Health Checking', function() {
|
||||
var statusMap = {
|
||||
'': {
|
||||
'': 'SERVING',
|
||||
|
|
Loading…
Reference in New Issue