UNPKG

double-double

Version:

Pure double-double precision functions *with strict error bounds*.

35 lines (27 loc) 750 B
export default function(wallaby) { return { files: [ 'package.json', 'src/**/*.ts', 'test/helpers/*.ts', 'test/helpers/intersection/*.ts', 'test/helpers/intersection-fast/*.ts' ], tests: [ 'test/**/*.spec.ts' ], testFramework: 'mocha', compilers: { "**/*.+(t)s?": wallaby.compilers.typeScript() }, env: { type: 'node' }, setup: function () { // globalThis.expect = chai.expect; // var should = chai.should(); }, workers: { restart: true }, maxConsoleMessagesPerTest: 250 }; };