UNPKG

210 BJavaScriptView Raw
1/*
2 * Copyright (c) 2019 Digital Bazaar, Inc. All rights reserved.
3 */
4'use strict';
5
6const {config} = require('bedrock');
7const path = require('path');
8
9config.mocha.tests.push(path.join(__dirname, 'mocha'));