UNPKG

206 BJavaScriptView Raw
1/*!
2 * Copyright (c) 2017-2018 Digital Bazaar, Inc. All rights reserved.
3 */
4const config = require('bedrock').config;
5const path = require('path');
6
7config.mocha.tests.push(path.join(__dirname, 'mocha'));