remove only
This commit is contained in:
parent
cdd34bf8df
commit
77e399cf1a
@ -60,7 +60,7 @@ describe('Messages', function() {
|
|||||||
// TODO: add data for these
|
// TODO: add data for these
|
||||||
var noPayload = ['Alert', 'Reject', 'GetBlocks', 'GetHeaders', 'GetData', 'Headers'];
|
var noPayload = ['Alert', 'Reject', 'GetBlocks', 'GetHeaders', 'GetData', 'Headers'];
|
||||||
var names = Object.keys(commands);
|
var names = Object.keys(commands);
|
||||||
describe.only('named', function() {
|
describe('named', function() {
|
||||||
names.forEach(function(name) {
|
names.forEach(function(name) {
|
||||||
var command = commands[name];
|
var command = commands[name];
|
||||||
var data = Data[command.toUpperCase()];
|
var data = Data[command.toUpperCase()];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user