Skip to content

Commit

Permalink
add back any-path to source-map-cache tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestalmage committed Dec 21, 2015
1 parent 4ca3aa9 commit 2014577
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/src/source-map-cache.js
@@ -1,6 +1,7 @@
/* global describe, it */

var _ = require('lodash')
var ap = require('any-path')
var path = require('path')

var convertSourceMap = require('convert-source-map')
Expand Down Expand Up @@ -43,7 +44,7 @@ _.forOwn(covered, function (fixture) {
})

var getReport = function () {
return _.cloneDeep(require('../fixtures/report'))
return ap(_.cloneDeep(require('../fixtures/report')))
}
var fixture = covered.inline

Expand Down

0 comments on commit 2014577

Please sign in to comment.