diff --git a/test/modules/types/errors_test.js b/test/modules/types/errors_test.js index bd59efc7baa..9cca140620a 100644 --- a/test/modules/types/errors_test.js +++ b/test/modules/types/errors_test.js @@ -7,7 +7,7 @@ const Errors = require('../../../js/modules/types/errors'); const APP_ROOT_PATH = Path.join(__dirname, '..', '..', '..'); -describe.only('Errors', () => { +describe('Errors', () => { describe('toLogFormat', () => { it('should return error stack trace if present', () => { const error = new Error('boom');