Skip to content

Commit

Permalink
Fixed missing file in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
McFizh committed Jan 4, 2023
1 parent 2b71fc2 commit e3e7aba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/qunit1.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!-- Load jquery 3.6 -->
<script src="https://code.jquery.com/jquery-3.6.1.min.js"></script>
<script src="../js/slimtable.js"></script>
<script src="../src/js/slimtable.js"></script>

<!-- Load local QUnit. -->
<link rel="stylesheet" href="../node_modules/qunit/qunit/qunit.css" media="screen">
Expand Down
2 changes: 1 addition & 1 deletion tests/qunit2.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!-- Load jquery 3.6 -->
<script src="https://code.jquery.com/jquery-3.6.1.min.js"></script>
<script src="../js/slimtable.js"></script>
<script src="../src/js/slimtable.js"></script>

<!-- Load local QUnit. -->
<link rel="stylesheet" href="../node_modules/qunit/qunit/qunit.css" media="screen">
Expand Down
2 changes: 1 addition & 1 deletion tests/qunit3.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!-- Load jquery 3.6 -->
<script src="https://code.jquery.com/jquery-3.6.1.min.js"></script>
<script src="../js/slimtable.js"></script>
<script src="../src/js/slimtable.js"></script>

<!-- Load local QUnit. -->
<link rel="stylesheet" href="../node_modules/qunit/qunit/qunit.css" media="screen">
Expand Down

0 comments on commit e3e7aba

Please sign in to comment.