From a4e659639e62715c8d266baef2f3ac0b51ec61ec Mon Sep 17 00:00:00 2001 From: Albert <87888006+MustCodeAl@users.noreply.github.com> Date: Sun, 26 Nov 2023 19:06:58 -0600 Subject: [PATCH] update README.md add ticks to autowatch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 077eb80..af8e4d7 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ const defaultWebpackOptions = { ### How it works -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. +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`. The first preproccessor triggers the build of all the bundles/chunks and all following files just return the output of this one build process.