From 6b138fc0858804aaf77d395afaec9b226dbd187e Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Thu, 8 Mar 2018 15:50:06 -0500 Subject: [PATCH] fixup! Avoid `ensure-error` for privacy reasons --- test/modules/types/errors_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');