UNPKG

saltyrtc-task-webrtc

Version:
30 lines (25 loc) 1.22 kB
<!DOCTYPE html> <!-- Open this file in your web browser to run the test suite. --> <html> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <title>SaltyRTC WebRTC Task Unit Tests</title> <link rel="stylesheet" href="../node_modules/jasmine-core/lib/jasmine-core/jasmine.css"> <script src="../node_modules/jasmine-core/lib/jasmine-core/jasmine.js"></script> <script src="../node_modules/jasmine-core/lib/jasmine-core/jasmine-html.js"></script> <script src="../node_modules/jasmine-core/lib/jasmine-core/boot.js"></script> <script src="../node_modules/webrtc-adapter/out/adapter.js"></script> <script src="../node_modules/msgpack-lite/dist/msgpack.min.js"></script> <script src="../node_modules/tweetnacl/nacl-fast.js"></script> <script src="../node_modules/saltyrtc-client/dist/saltyrtc-client.es5.js"></script> <script src="../node_modules/chunked-dc/dist/chunked-dc.es5.js"></script> <script src="../tests/testsuite.js"></script> </head> <body> <script> it('testing works', function(){ expect(true).toEqual(true); }); </script> </body> </html>