From 2037e0a916293d490b18ea14b1defcb10181cd78 Mon Sep 17 00:00:00 2001 From: Willem Leuverink Date: Tue, 16 Jan 2024 22:59:44 +0100 Subject: [PATCH] update docs --- docs/advanced-usage.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index 044214b..a2dd1b8 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -4,7 +4,7 @@ title: Advanced usage image: "/assets/social-square.png" --- -## Inline bundles +## Inline imports You can render the bundle inline by using the `inline` option. This saves an additional request and makes the import available immediately after the script has rendered. @@ -165,9 +165,7 @@ You may configure what paths are scanned by publishing the Bundle config file an Clear all bundled scripts. -## Testing utilities - -**This feature is pending** +## Testing fake When writing Unit or Feature tests in your application you don't need Bundle to process & serve your imports.