Skip to content

Commit f25484c

Browse files
committed
Merge pull request liammclennan#31 from sukima/testem
Adds testem support
2 parents cc713d9 + d28c95c commit f25484c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

jskoans.htm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<script src="support/jquery-1.4.1.js"></script>
66
<link rel="stylesheet" href="support/qunit.css" type="text/css" media="screen" />
77
<script type="text/javascript" src="support/qunit.js"></script>
8+
9+
<!-- This will silently fail when not running in a testem environment. Safe to ignore. -->
10+
<script type="text/javascript" src="testem.js"></script>
11+
812
<script type="text/javascript" src="support/koans.js"></script>
913
<script type="text/javascript" src="topics/about_asserts.js"></script>
1014
<script type="text/javascript" src="topics/about_operators.js"></script>

testem.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"framework": "qunit",
3+
"test_page": "jskoans.htm"
4+
}

0 commit comments

Comments
 (0)