You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config/02-files.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,11 @@ The `files` array determines which files are included in the browser, watched, a
54
54
***Default.**`false`
55
55
***Description.** Should the files be served from disk on each request by Karma's webserver?
56
56
57
+
### `integrity`
58
+
***Type.** String
59
+
***Default.**`undefined`
60
+
***Description.** Set the `integrity` HTML attribute value to the `<script>` or the `<link>` tag to load the resource that matches the given pattern if the pattern is an absolute URL.
61
+
57
62
## Pattern matching and `basePath`
58
63
- All of the relative patterns will get resolved using the `basePath` first.
59
64
- If the `basePath` is a relative path, it gets resolved to the
0 commit comments