Skip to content

Commit

Permalink
Wrong map path fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
twolfson committed Nov 4, 2012
1 parent 207afe3 commit 721f97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jsmin-sourcemap.test.js
Expand Up @@ -38,7 +38,7 @@ exports['jsmin-sourcemap'] = {
// which points to the map file
test.ok(compactMapDeclarativeExists, ' points to the proper map location for the compact file');
// and the map file points back to the minified code
test.ok(actualCompactMap.indexOf('actual/compact.min.js') > -1, ' points back to minified compact file');
test.ok(actualCompactMap.indexOf('compact.min.js') > -1, ' points back to minified compact file');
// as well as a sourcemap
test.ok(actualCompactMap, ' generates a source map for a compact file');

Expand Down

0 comments on commit 721f97f

Please sign in to comment.