Skip to content

Commit

Permalink
don't comment out all the tests!
Browse files Browse the repository at this point in the history
ref #1425
  • Loading branch information
maxgrossman committed Jun 12, 2019
1 parent 305efc5 commit 2b2693b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<script src='spec/spec_helpers.js'></script>

<!-- include spec files below... -->
<!-- <script src='spec/actions/add_entity.js'></script>
<script src='spec/actions/add_entity.js'></script>
<script src='spec/actions/add_member.js'></script>
<script src='spec/actions/add_midpoint.js'></script>
<script src='spec/actions/change_member.js'></script>
Expand Down Expand Up @@ -66,9 +66,9 @@
<script src='spec/actions/reflect.js'></script>
<script src='spec/actions/detach_node.js'></script>

<script src='spec/behavior/hash.js'></script> -->
<script src='spec/behavior/hash.js'></script>
<script src='spec/behavior/hover.js'></script>
<!-- <script src='spec/behavior/select.js'></script>
<script src='spec/behavior/select.js'></script>
<script src='spec/behavior/lasso.js'></script>

<script src='spec/core/context.js'></script>
Expand Down Expand Up @@ -139,13 +139,12 @@
<script src='spec/ui/fields/access.js'></script>
<script src='spec/ui/fields/localized.js'></script>
<script src='spec/ui/fields/wikipedia.js'></script>
<script src='spec/util/clean_tags.js'></script>
<script src='spec/util/keybinding.js'></script>
<script src='spec/util/session_mutex.js'></script>
<script src='spec/util/util.js'></script>

<script src='spec/operations/detach_node.js'></script> -->
<script src='spec/operations/detach_node.js'></script>
<script>
window.mocha.run();
</script>
Expand Down

0 comments on commit 2b2693b

Please sign in to comment.