You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are testing any js that has </script> within it the script tag where the bundled js gets added will be closed early, resulting in failing tests.
A potential solution to this is to not put the bundle between script tags and instead serve it as a script via a dummy url.
The text was updated successfully, but these errors were encountered:
RGBboy
changed the title
testing js with </script> string fails test
testing js with </script> string fails
Aug 6, 2014
RGBboy
added a commit
to RGBboy/testling
that referenced
this issue
Aug 6, 2014
If you are testing any js that has
</script>
within it the script tag where the bundled js gets added will be closed early, resulting in failing tests.A potential solution to this is to not put the bundle between script tags and instead serve it as a script via a dummy url.
The text was updated successfully, but these errors were encountered: