felixfbecker / node-sql-template-strings

ES6 tagged template strings for prepared SQL statements 📋
ISC License
609 stars 40 forks source link

Add README instructions for setting up tests #125

Open pke opened 4 years ago

pke commented 4 years ago

Current master branch has 14 failing tests for me. Thats for all the the database adapters. Any idea why that is?

pke commented 4 years ago

That is because of missing env variables for the MySQL/PG database connections. Maybe for that the package should add some instructions to the README?