Learn-by-doing / bitstarter

A crowd funding website that uses bitcoin
MIT License
23 stars 28 forks source link

issue91 clearing session table after each test | Approach 'B' #107

Open karliatto opened 7 years ago

karliatto commented 7 years ago

Approach B for:

in this approach using variable 'app' instead of requiring each module again in 'test/manager.js'

app.sessionStore = new MySQLStore(app.config.db);

This one seems better to me