Skip to content

Instantly share code, notes, and snippets.

@maxime-helen-sb
maxime-helen-sb / concurrent_additions.js
Last active June 18, 2017 06:52
Search index compliance tests
'use strict';
const search_index = require("search-index");
const fs = require("fs-extra");
const should = require("should");
const Path = require("path");
function promisify(f) {
var g = function () {
var args = Array.prototype.slice.call(arguments);