Skip to content

Instantly share code, notes, and snippets.

View ahizzle's full-sized avatar

Andy Hiew ahizzle

  • Calgary, AB, Canada
View GitHub Profile
### Keybase proof
I hereby claim:
* I am ahizzle on github.
* I am andyatvenu (https://keybase.io/andyatvenu) on keybase.
* I have a public key ASBx_IIY1kask7_6cgel8vUsUV2MjdDj653RzfttdQSpbwo
To claim this, I am signing this object:
@ahizzle
ahizzle / test.levedb.js
Created October 17, 2014 20:49
test case for #2888
'use strict';
var util = require('util');
var adapter = 'leveldb';
describe('test.leveldb.js-' + adapter, function () {
var dbs = {};
beforeEach(function (done) {