AlaSQL / alasql

AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.
http://alasql.org
MIT License
7.04k stars 659 forks source link

Test AlaSQL with require() #389

Open agershun opened 9 years ago

agershun commented 9 years ago

We need to test this mode of AlaSQL., because we have few tests for it, and probably it is a source of this error (see https://github.com/agershun/alasql/issues/388)

mathiasrw commented 8 years ago

Can you put more words to what you mean with require()?

All tests are using require() to include the lib...