Skip to content

Commit eaeffe9

Browse files
somewhatabstractdignifiedquire
authored andcommitted
docs(config): update note on config languages to include TypeScript
The list of files showing how Karma finds configuration lists TypeScript, but the note preceding it did not. Small change, nothing crazy.
1 parent b40af7e commit eaeffe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config/01-configuration-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ is by using the `karma init` command. This page lists all of the available confi
66
Note: Most of the framework adapters, reporters, preprocessors and launchers needs to be loaded as [plugins].
77

88

9-
The Karma configuration file can be written in JavaScript or CoffeeScript and is loaded as a regular Node.js module.
9+
The Karma configuration file can be written in JavaScript, CoffeeScript, or TypeScript and is loaded as a regular Node.js module.
1010

1111
Unless provided as argument, the Karma CLI will look for a configuration file at
1212

0 commit comments

Comments
 (0)