Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

documentation states 'baseUrl' is optional but if not provided causes problem #16

Open
loesak opened this issue Apr 24, 2013 · 0 comments

Comments

@loesak
Copy link

loesak commented Apr 24, 2013

testr v 1.3.2

line 397: origRequire({baseUrl: config.root + config.baseUrl});

if neither root or baseUrl are provided in config, root defaults to './' and baseUrl defaults to undefined. './' + undefined = './undefined' which is not a satisfactory baseUrl for requirejs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant