This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Description
I'm using AngularJS in a NodeWebkit app.
Per #508, url.resolve() is used to join baseUrl and the argument to browser.get().
NodeWebkit uses file:// paths, so baseUrl gets stripped down to file:/// regardless of the path you define.
Is there a work-around for this? I would really like to avoid concatenating them directly in my tests.