Created
July 1, 2016 03:10
-
-
Save anonymous/35124b1444d320a43d11070f31152fb3 to your computer and use it in GitHub Desktop.
JS Bin // source http://jsbin.com/zecemi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="https://cdn.rawgit.com/lodash/lodash/4.5.1/dist/lodash.min.js"></script> | |
<script src="https://cdn.rawgit.com/zloirock/core-js/master/client/shim.min.js"></script> | |
<script src="https://wzrd.in/standalone/tape@latest"></script> | |
<script src="https://wzrd.in/standalone/tap-browser-color@latest"></script> | |
<script src="https://wzrd.in/standalone/tape-catch@latest"></script> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<script> | |
window.test = tape; | |
tapBrowserColor(); | |
</script> | |
<script id="jsbin-javascript"> | |
// test('Array.pam is a function', function (assert) { | |
// assert.equal(typeof [].pam, 'function', | |
// 'pam should be a function'); | |
// assert.end(); | |
// }); | |
</script> | |
<script id="jsbin-source-javascript" type="text/javascript">// test('Array.pam is a function', function (assert) { | |
// assert.equal(typeof [].pam, 'function', | |
// 'pam should be a function'); | |
// assert.end(); | |
// });</script></body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// test('Array.pam is a function', function (assert) { | |
// assert.equal(typeof [].pam, 'function', | |
// 'pam should be a function'); | |
// assert.end(); | |
// }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment