Skip to content

Commit 9ade240

Browse files
authored
update README.md (#581)
add ticks to autowatch
1 parent 2337a82 commit 9ade240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const defaultWebpackOptions = {
9595

9696
### How it works
9797

98-
This project is a framework and preprocessor for Karma that combines test files and dependencies into 2 shared bundles and 1 chunk per test file. It relies on webpack to generate the bundles/chunks and to keep it updated during autoWatch=true.
98+
This project is a framework and preprocessor for Karma that combines test files and dependencies into 2 shared bundles and 1 chunk per test file. It relies on webpack to generate the bundles/chunks and to keep it updated during `autoWatch=true`.
9999

100100
The first preproccessor triggers the build of all the bundles/chunks and all following files just return the output of this one build process.
101101

0 commit comments

Comments
 (0)