@emartech/faye-redis-sharded
Version:
Redis backend engine for Faye with support for sharding
29 lines (24 loc) • 773 B
HTML
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Faye test suite</title>
</head>
<body>
<script type="text/javascript" src="../node_modules/jstest/jstest.js"></script>
<script type="text/javascript">
JS.cache = false
JS.packages(function() { with(this) {
file('../build/browser/faye-browser-min.js').provides('Faye')
autoload(/.*Spec/, {from: './javascript', require: 'Faye'})
}})
JS.require( 'FayeSpec',
'GrammarSpec',
'ChannelSpec',
'ClientSpec',
'UriSpec',
'TransportSpec',
function() { JS.Test.autorun() })
</script>
</body>
</html>