Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 0377463

Browse files
Fixed formatting
1 parent 16c5284 commit 0377463

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,17 +117,17 @@ You can explicitly specify any Karma settings, and Karma Config will honor them.
117117
```javascript
118118
module.exports = require("@jsdevtools/karma-config")({
119119
config: {
120-
port: 12345, // Set Karma's port number
121-
browserNoActivityTimeout: 5000, // Set Karma's inactivity timeout
122-
browsers: ["Opera", "Safari"] // Always use these browsers, regardless of OS
120+
port: 12345, // Set Karma's port number
121+
browserNoActivityTimeout: 5000, // Set Karma's inactivity timeout
122+
browsers: ["Opera", "Safari"] // Always use these browsers, regardless of OS
123123
webpack: {
124124
resolve: {
125-
extensions: [".js", ".jsx", ".ts", ".tsx"] // Configure Webpack to resolve TypeScript file
125+
extensions: [".js", ".jsx", ".ts", ".tsx"] // Configure Webpack to resolve TypeScript file
126126
},
127-
mode: "production", // Override the default Webpack mode
127+
mode: "production", // Override the default Webpack mode
128128
module: {
129129
rules: [
130-
{ test: /\.ts$/, use: "ts-loader" } // Configure Webpack to support TypeScript
130+
{ test: /\.ts$/, use: "ts-loader" } // Configure Webpack to support TypeScript
131131
]
132132
}
133133
}
@@ -257,6 +257,8 @@ Big Thanks To
257257
--------------------------
258258
Thanks to these awesome companies for their support of Open Source developers ❤
259259

260+
[![GitHub](https://jstools.dev/img/badges/github.svg)](https://github.com/open-source)
261+
[![NPM](https://jstools.dev/img/badges/npm.svg)](https://www.npmjs.com/)
262+
[![Coveralls](https://jstools.dev/img/badges/coveralls.svg)](https://coveralls.io)
260263
[![Travis CI](https://jstools.dev/img/badges/travis-ci.svg)](https://travis-ci.com)
261264
[![SauceLabs](https://jstools.dev/img/badges/sauce-labs.svg)](https://saucelabs.com)
262-
[![Coveralls](https://jstools.dev/img/badges/coveralls.svg)](https://coveralls.io)

0 commit comments

Comments
 (0)