Skip to content

Commit 839635e

Browse files
committed
cleanup refactoring unit tests
1 parent 2552add commit 839635e

File tree

4 files changed

+291
-217
lines changed

4 files changed

+291
-217
lines changed

test/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
<title>Finite State Machine Tests</title>
55
<link rel="stylesheet" href="qunit/qunit.css" media="screen">
66
<script src="qunit/qunit.js"></script>
7-
<script src="../state-machine.js"></script>
8-
<script src="state-machine-test.js"></script>
7+
<script src="../state-machine.js"></script>
8+
<script src="test_basics.js"></script>
9+
<script src="test_initialize.js"></script>
910
</head>
1011
<body class="flora">
1112
<h1 id="qunit-header">QUnit Test Suite</h1>

test/state-machine-test.js

Lines changed: 0 additions & 215 deletions
This file was deleted.

0 commit comments

Comments
 (0)