Remove 'only'

stable
David Barragán Merino 2015-07-30 16:34:44 +02:00 committed by Juanfran
parent b8b34de9e7
commit 7182687fee
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ var chaiAsPromised = require('chai-as-promised');
chai.use(chaiAsPromised);
var expect = chai.expect;
describe.only('wiki', function() {
describe('wiki', function() {
let currentWiki = {};
before(async function(){