UNPKG

alasql

Version:

AlaSQL.js - JavaScript SQL database library for relational and graph data manipulation with support of localStorage, IndexedDB, and Excel

14 lines (9 loc) 265 B
if(typeof exports === 'object') { var assert = require("assert"); var alasql = require('..'); }; describe('Test 91 - Binary Operators: *, /, %, +, -, <<, >>, &, ^, |, ||', function() { // it('localStorage', function(done){ // done(); // }); });