Skip to content

Commit 2f9b51f

Browse files
heavybeardjelbourn
authored andcommitted
chore: fix typo in karma config comment (#12111)
1 parent f315e3e commit 2f9b51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = (config) => {
3939
{pattern: 'dist/packages/**/core/theming/prebuilt/indigo-pink.css', included: true, watched: true},
4040

4141
// Includes all package tests and source files into karma. Those files will be watched.
42-
// This pattern also matches all all sourcemap files and TypeScript files for debugging.
42+
// This pattern also matches all sourcemap files and TypeScript files for debugging.
4343
{pattern: 'dist/packages/**/*', included: false, watched: true},
4444
],
4545

0 commit comments

Comments
 (0)