Skip to content

Commit

Permalink
Fix snapshot tests on Windows. (jestjs#3024)
Browse files Browse the repository at this point in the history
* Fix snapshot tests on Windows.

* Remove note to self.
  • Loading branch information
wtgtybhertgeghgtwtg authored and cpojer committed Mar 1, 2017
1 parent 9874b81 commit b0dc483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-cli/src/lib/highlight.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const path = require('path');
const colorize = require('./colorize');

const trim = '...';
const relativePathHead = `.${path.sep}`;
const relativePathHead = './';

const highlight = (
rawPath: string,
Expand Down

0 comments on commit b0dc483

Please sign in to comment.