tilemill-project / millstone

middleware for map styles and datasources
BSD 3-Clause "New" or "Revised" License
32 stars 37 forks source link

Update sqlite3 version and fix test errors #134

Closed tpotter7 closed 5 years ago

tpotter7 commented 5 years ago

Issue #133: Updating version of sqlite3 to the latest version (4.0.6). Also, fixed 2 errors with the mocha tests: 1) Google sheets csv file that the code is looking for that no longer exists. Added a new google sheets csv file for the test to use. 2) In test to detect invalid JSON, the way it was parsing out the error was no longer working due to a change in the error message format. Fixed the pattern that it was looking for to match the new error message format.