UNPKG

bedrock

Version:

A core foundation for rich Web applications.

10 lines (7 loc) 210 B
/* * Copyright (c) 2019 Digital Bazaar, Inc. All rights reserved. */ 'use strict'; const {config} = require('bedrock'); const path = require('path'); config.mocha.tests.push(path.join(__dirname, 'mocha'));