Skip to content

Commit

Permalink
big jmvc test
Browse files Browse the repository at this point in the history
  • Loading branch information
moschel committed Jan 21, 2012
1 parent 12dffed commit bc01e5a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ <h2 id="qunit-banner"></h2>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
<div id="qunit-test-area"></div>
<script type='text/javascript' src='steal/steal.js?steal[app]=test'></script>
<script type='text/javascript' src='steal/steal.js?test'></script>
</body>
</html>
14 changes: 12 additions & 2 deletions test/test.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
steal.plugins( 'test/qunit','test/funcunit'
)
//we probably have to have this only describing where the tests are
steal('funcunit')
.then('jquery/test/qunit')
.then('funcunit/test/funcunit')
.then('mxui/test.js')


// .then('steal/less/less_test.js')
// .then('funcunit/test/qunit')
.then(function(){
FuncUnit.jQuery("<iframe src='steal/test/qunit.html'></iframe>").appendTo(document.body)
})

0 comments on commit bc01e5a

Please sign in to comment.