Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#58552 update(karma): minor version bump wi…
Browse files Browse the repository at this point in the history
…th security update by @peterblazejewicz

-
karma-runner/karma@5bf2df3

Thanks!
  • Loading branch information
peterblazejewicz authored Feb 1, 2022
1 parent d59411b commit 30cda92
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions types/karma/karma-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,23 @@ const testLauncher = (launcher: karma.launcher.Launcher) => {
// Example of configuration file conf.ts, see http://karma-runner.github.io/latest/config/configuration-file.html
module.exports = (config: Config) => {
config.set({
autoWatchBatchDelay: 2000,
captureTimeout: 5000,
colors: true,
concurrency: Infinity,
crossOriginAttribute: true,
customContextFile: './customContextFile.html',
customClientContextFile: './customClientContextFile.html',
customDebugFile: './customDebugFile.html',
hostname: 'localhost',
httpModule: 'http',
httpsServerOptions: {
key: './key.pem',
},
logLevel: config.LOG_DEBUG,
proxyValidateSSL: true,
reportSlowerThan: 500,
transports: ['polling'],
basePath: '..',
urlRoot: '/base/',
frameworks: ['jasmine'],
Expand Down
2 changes: 1 addition & 1 deletion types/karma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"log4js": "^6.3.0"
"log4js": "^6.4.1"
}
}

0 comments on commit 30cda92

Please sign in to comment.