mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
28 lines
659 B
Text
28 lines
659 B
Text
doctype 5
|
|
html
|
|
head
|
|
link(href='/stylesheets/main.css', rel='stylesheet', media='all')
|
|
script(src='/socket.io/socket.io.js')
|
|
script(src='/javascript/jquery.js')
|
|
script(src='/javascript/should.js')
|
|
script(src='/javascript/script.js')
|
|
script(src='/javascript/runner.js')
|
|
|
|
- var json = JSON.stringify(testsPorts);
|
|
script
|
|
var testsPorts = !{json}
|
|
|
|
script
|
|
$(function () {
|
|
run(
|
|
'io.test.js'
|
|
, 'parser.test.js'
|
|
, 'util.test.js'
|
|
, 'events.test.js'
|
|
, 'socket.test.js'
|
|
);
|
|
});
|
|
|
|
title Socket.IO tests runner
|
|
body
|
|
h2 Socket.IO test runner
|