UNPKG

fast-text-win

Version:

Facebook FastText wrapper for Node.js, with tweeks for building on Windows using Visual Studio

15 lines (13 loc) 216 B
/** * @author David Menger */ 'use strict'; module.exports = { diff: true, extension: ['js'], package: '../package.json', reporter: 'spec', timeout: 2000, ui: 'bdd', recursive: true };