Sha256: 2406950b290465e1b62e9b4b39411febb1cf1690d1cbec226f90e0438e708c0f
Contents?: true
Size: 811 Bytes
Versions: 24
Compression:
Stored size: 811 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Tablesaw Test Suite</title> <link rel="stylesheet" href="../dist/dependencies/qunit.css"> <link rel="stylesheet" href="../dist/tablesaw.css"> <script src="../dist/dependencies/jquery.js"></script> <script src="../dist/dependencies/qunit.js"></script> <!-- Removing access to jQuery and $. But it'll still be available as $jQ, if you REALLY want to mess around with jQuery in the console. REMEMBER WE ARE TESTING A PLUGIN HERE, THIS HELPS ENSURE BEST PRACTICES. REALLY. --> <script> window.$jQ = jQuery.noConflict(true); </script> <script src="../dist/tablesaw.js"></script> <script src="tablesaw_test_single.js"></script> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> </body> </html>
Version data entries
24 entries across 24 versions & 1 rubygems