mirror of
https://github.com/vale981/lack
synced 2025-03-05 09:21:39 -05:00
Add a test for lack.session.state.
This commit is contained in:
parent
3a64650537
commit
06d0021da7
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,10 @@
|
|||
:lack.test))
|
||||
(in-package :t.lack.middleware.session)
|
||||
|
||||
(plan 1)
|
||||
(plan 2)
|
||||
|
||||
(ok (lack.session.state:make-state)
|
||||
"Base class of session state")
|
||||
|
||||
(subtest "session middleware"
|
||||
(let ((app
|
||||
|
|
Loading…
Add table
Reference in a new issue