Skip to content

Commit

Permalink
fixup! Avoid ensure-error for privacy reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
gasi committed Mar 8, 2018
1 parent 6d8fca1 commit 6b138fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/modules/types/errors_test.js
Expand Up @@ -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');
Expand Down

0 comments on commit 6b138fc

Please sign in to comment.