Skip to content

Commit

Permalink
Fix formatValue() reference (#1323)
Browse files Browse the repository at this point in the history
Fixes #1321
  • Loading branch information
novemberborn authored and sindresorhus committed Mar 25, 2017
1 parent 3a44b75 commit 2a20631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/enhance-assert.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
const dotProp = require('dot-prop');
const formatValue = require('./format-assert-error');
const formatValue = require('./format-assert-error').formatValue;

// When adding patterns, don't forget to add to
// https://github.com/avajs/babel-preset-transform-test-files/blob/master/espower-patterns.json
Expand Down

0 comments on commit 2a20631

Please sign in to comment.