Updated the files.
This commit is contained in:
parent
1553e6b971
commit
753967d4f5
23418 changed files with 3784666 additions and 0 deletions
18
my-app/node_modules/karma/lib/index.js
generated
vendored
Executable file
18
my-app/node_modules/karma/lib/index.js
generated
vendored
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
'use strict'
|
||||
|
||||
const constants = require('./constants')
|
||||
const Server = require('./server')
|
||||
const runner = require('./runner')
|
||||
const stopper = require('./stopper')
|
||||
const launcher = require('./launcher')
|
||||
const cfg = require('./config')
|
||||
|
||||
module.exports = {
|
||||
constants: constants,
|
||||
VERSION: constants.VERSION,
|
||||
Server: Server,
|
||||
runner: runner,
|
||||
stopper: stopper,
|
||||
launcher: launcher,
|
||||
config: { parseConfig: cfg.parseConfig } // lets start with only opening up the `parseConfig` api
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue