Skip to content

Commit

Permalink
Fix bundler-asset tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
avital committed Feb 10, 2015
1 parent 19a8078 commit dd5dc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tests/old/test-bundler-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ var runTest = function () {
// use a non-default port so we don't fail if someone is running an app
// now
["--once", "--port", "4123"], {
cwd: projectContext.projectDir,
cwd: files.convertToOSPath(projectContext.projectDir),
stdio: 'inherit'
},
fut.resolver()
Expand Down

0 comments on commit dd5dc01

Please sign in to comment.