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/features/test.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ reportResults
255
255
256
256
## dev-container-features-test-lib
257
257
258
-
The `dev-container-features-test-lib` is convenience helper [defined in the CLI](https://github.com/devcontainers/cli/blob/1910ca41015c627b884ddd69ebc52d1e8cdd8cf0/src/spec-node/featuresCLI/utils.ts#L59) that adds several bash functions to organize test asserts. Note that using this libary**is not required**.
258
+
The `dev-container-features-test-lib` is convenience helper [defined in the CLI](https://github.com/devcontainers/cli/blob/1910ca41015c627b884ddd69ebc52d1e8cdd8cf0/src/spec-node/featuresCLI/utils.ts#L59) that adds several bash functions to organize test asserts. Note that using this library**is not required**.
259
259
260
260
#### `check <LABEL> <cmd> [args...]`
261
261
Description: Executes `cmd` and prints success/failed depending on exit code (0 === success) of `cmd`.
'registry': {type: 'string',alias: 'r',default: 'ghcr.io',description: 'Name of the OCI registry.'},
13
-
'namespace': {type: 'string',alias: 'n',require: true,description: `Unique indentifier for the collection of ${collectionType}s. Example: <owner>/<repo>`},
13
+
'namespace': {type: 'string',alias: 'n',require: true,description: `Unique identifier for the collection of ${collectionType}s. Example: <owner>/<repo>`},
0 commit comments