removing only

This commit is contained in:
Simon Martín 2018-06-12 16:53:37 +02:00
parent a00891ff98
commit d67cf2f7d5

View File

@ -18,7 +18,7 @@ const statsClient = StatsClient.getInstance(global.settings.statsd);
const server = require('../../app/server')(statsClient); const server = require('../../app/server')(statsClient);
describe.only('copy-endpoints', function() { describe('copy-endpoints', function() {
describe('copy-endpoints', function() { describe('copy-endpoints', function() {
before(function(done) { before(function(done) {
const client = new Client({ const client = new Client({