*.js: test for testing result creation

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-09-29 10:34:45 -04:00
parent cb0e40ed11
commit b41568337b
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED
4 changed files with 72 additions and 42 deletions

1
app.js
View file

@ -97,7 +97,6 @@ app.get('/asset/frontend.js', (req, res) => {
})
app.get('/newSession', (req, res) => {
// XXX
log.info(req.session)
req.session.regenerate()
log.info(req.session)