Add basic test suite using jest. Initiate with 'npm test'

This commit is contained in:
Elliot DeNolf
2018-04-21 00:09:07 -06:00
parent 5867715598
commit 9e43751b93
6 changed files with 5662 additions and 6 deletions

View File

@@ -34,4 +34,4 @@ app.get('/', (req, res) => res.render('index',
title: 'Index'
}));
app.listen(3000, () => console.log('Example app listening on http://localhost:3000'))
app.listen(3000, () => console.log('Example app listening on http://localhost:3000'));