UNPKG

250 BJavaScriptView Raw
1/**
2 * apeman common module for testing.
3 * @module apeman-dev-commons-testing
4 * @version 1.2.1
5 * @license MIT
6 * @author Taka Okunishi
7 */
8
9"use strict";
10
11exports.runNodeunit = require('./run_nodeunit');
12exports.runKarma = require('./run_karma');