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: lib/node_modules/@stdlib/_tools/docs/www/benchmark-bundles/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ The function accepts the following `options`:
51
51
52
52
-**dir**: root directory from which to search for packages. May be either an absolute path or a path relative to the current working directory. Default: current working directory.
53
53
-**packages_pattern**: glob pattern used to find packages. Default: `'**/package.json'` (note: pattern **must** end with `package.json`).
54
-
-**files_pattern**: glob pattern used to find benchmark files within a package. Default: `'**/benchmark/**/benchmark*.js'`.
54
+
-**files_pattern**: glob pattern used to find benchmark files within a package. Default: `'benchmark/**/benchmark*.js'`.
55
55
-**ignore**: list of glob patterns used to exclude package matches.
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/docs/www/test-bundles/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ The function accepts the following `options`:
51
51
52
52
-**dir**: root directory from which to search for packages. May be either an absolute path or a path relative to the current working directory. Default: current working directory.
53
53
-**packages_pattern**: glob pattern used to find packages. Default: `'**/package.json'` (note: pattern **must** end with `package.json`).
54
-
-**files_pattern**: glob pattern used to find test files within a package. Default: `'**/test/**/test*.js'`.
54
+
-**files_pattern**: glob pattern used to find test files within a package. Default: `'test/**/test*.js'`.
55
55
-**ignore**: list of glob patterns used to exclude package matches.
0 commit comments