Skip to content

Commit

Permalink
fix tests on windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored and Andarist committed Dec 17, 2019
1 parent d504a7f commit f6c2592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rollup-plugin-babel/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe( 'rollup-plugin-babel', function () {
var original = smc.originalPositionFor( loc );

assert.deepEqual( original, {
source: path.resolve( 'samples/class/main.js' ),
source: path.resolve( 'samples/class/main.js' ).split( path.sep ).join( '/' ),
line: 3,
column: 10,
name: null
Expand Down

0 comments on commit f6c2592

Please sign in to comment.