Added check_unused_connections in startup.
This commit is contained in:
parent
d95362f6c8
commit
b496440333
1 changed files with 4 additions and 0 deletions
|
@ -270,6 +270,10 @@ test( "config", function() {
|
|||
});
|
||||
});
|
||||
|
||||
// form
|
||||
test( "form", function() {
|
||||
|
||||
});
|
||||
|
||||
// auth
|
||||
App.Auth.login({
|
||||
|
|
Loading…
Reference in a new issue