-
Notifications
You must be signed in to change notification settings - Fork 39
Conversation
tests/run.html
Outdated
@@ -3,7 +3,7 @@ | |||
<head> | |||
<meta charset="utf-8"> | |||
<title>Intern suite</title> | |||
<meta http-equiv="refresh" content="0;url=../node_modules/intern/client.html?config=_build/tests/intern"> | |||
<meta http-equiv="refresh" content="0;url=../../node_modules/intern/index.html"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you need the extra ..
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it depends where you serve from. I ran my http server from the project root and this works correctly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's got to step out of _build/tests
to get to the node_modules
folder, so yes, double ../..
required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you running from the _build
directory, because I think now you can just run from the tests
directory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, that works
72007ee
to
79baf44
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should consider updating the intern as well if we are going to change this, or it will only work in certain situations... ~4.1.0
or ^4.0.3
Fixes the incorrect file path in
run.html