Skip to content

Commit 7ff0e94

Browse files
committed
Move shoulda.js checkout to tests/ folder.
1 parent a6f5213 commit 7ff0e94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "test_harnesses/shoulda.js"]
2-
path = test_harnesses/shoulda.js
1+
[submodule "tests/shoulda.js"]
2+
path = tests/shoulda.js
33
url = git://github.com/philc/shoulda.js.git

test_harnesses/automated.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<script type="text/javascript" src="../content_scripts/link_hints.js"></script>
3434
<script type="text/javascript" src="../lib/clipboard.js"></script>
3535
<script type="text/javascript" src="../content_scripts/vimium_frontend.js"></script>
36-
<script type="text/javascript" src="shoulda.js/shoulda.js"></script>
36+
<script type="text/javascript" src="../tests/shoulda.js/shoulda.js"></script>
3737
<script type="text/javascript">
3838
/*
3939
* Dispatching keyboard events via the DOM would require async tests,
Submodule shoulda.js updated from 0000000 to 1363969

0 commit comments

Comments
 (0)