UNPKG

440 BJavaScriptView Raw
1/*
2 * Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
3 *
4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
6 * tree.
7 */
8/* eslint-env node */
9
10'use strict';
11
12// Add all modules to be exported here.
13module.exports = {
14 seleniumLib: require('./src/selenium/selenium-lib.js'),
15 videoFrameChecker: require('./src/videoframechecker.js')
16};