Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(684)

Side by Side Diff: sky/tests/resources/chai.sky

Issue 685623002: Move the tests from .html to .sky (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sky/tests/resources/chai.html ('k') | sky/tests/resources/dump-as-markup.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <script> 1 <script>
2 2
3 // FIXME: This really could be trimmed down from all the generic and commonjs cr ap. 3 // FIXME: This really could be trimmed down from all the generic and commonjs cr ap.
4 4
5 ;(function(){ 5 ;(function(){
6 6
7 /** 7 /**
8 * Require the given path. 8 * Require the given path.
9 * 9 *
10 * @param {String} path 10 * @param {String} path
(...skipping 4764 matching lines...) Expand 10 before | Expand all | Expand 10 after
4775 require.alias("chaijs-type-detect/lib/type.js", "chaijs-deep-eql/deps/type-detec t/lib/type.js"); 4775 require.alias("chaijs-type-detect/lib/type.js", "chaijs-deep-eql/deps/type-detec t/lib/type.js");
4776 require.alias("chaijs-type-detect/lib/type.js", "chaijs-deep-eql/deps/type-detec t/index.js"); 4776 require.alias("chaijs-type-detect/lib/type.js", "chaijs-deep-eql/deps/type-detec t/index.js");
4777 require.alias("chaijs-type-detect/lib/type.js", "chaijs-type-detect/index.js"); 4777 require.alias("chaijs-type-detect/lib/type.js", "chaijs-type-detect/index.js");
4778 require.alias("chaijs-deep-eql/lib/eql.js", "chaijs-deep-eql/index.js"); 4778 require.alias("chaijs-deep-eql/lib/eql.js", "chaijs-deep-eql/index.js");
4779 require.alias("chai/index.js", "chai/index.js"); 4779 require.alias("chai/index.js", "chai/index.js");
4780 4780
4781 window.assert = require("chai").assert; 4781 window.assert = require("chai").assert;
4782 4782
4783 })(); 4783 })();
4784 </script> 4784 </script>
OLDNEW
« no previous file with comments | « sky/tests/resources/chai.html ('k') | sky/tests/resources/dump-as-markup.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698