Skip to content

Commit

Permalink
#1642: Remove tests migrated to Fifty
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpcaldwell committed Sep 5, 2024
1 parent facc70a commit 108a507
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions jrunscript/jsh/script/plugin.jsh.api.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,6 @@
<div>
<h1>Exports</h1>
<ul>
<li class="value">
<div class="name">script</div>
<script type="application/x.jsapi#tests"><![CDATA[
var $jsh = $jsapi.environment.jsh;
if ($jsh && $jsh.src) {
var src = $jsh.src.getRelativePath("jrunscript/jsh/test/jsh-data.jsh.js").toString();

verify($jsh).unbuilt.data["jsh.script.script"].string.is(src);
verify($jsh).unbuilt.data["jsh.script.script"].pathname.string.is(src);

verify($jsh).built.data["jsh.script.script"].string.is(src);
verify($jsh).built.data["jsh.script.script"].pathname.string.is(src);

verify($jsh).packaged.data.evaluate.property("jsh.script.script").is(void(0));
}
]]></script>
</li>
<li class="value">
<div class="name">url</div>
<span class="type"><a href="../../js/web/api.html">Url</a></span>
Expand Down

0 comments on commit 108a507

Please sign in to comment.