mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
mod_bosh: Add tests (run with 'busted -r bosh')
This commit is contained in:
parent
13d98c7080
commit
823ff40259
2 changed files with 684 additions and 0 deletions
10
.busted
Normal file
10
.busted
Normal file
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
_all = {
|
||||
},
|
||||
default = {
|
||||
["exclude-tags"] = "mod_bosh";
|
||||
},
|
||||
bosh = {
|
||||
tags = "mod_bosh";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue