Skip to content

Commit fb08c9f

Browse files
authored
Documentation for nushell/nushell#12434 (#1363)
1 parent 119917c commit fb08c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributor-book/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ fn test_fib_on_input() -> Result<(), ShellError> {
763763
}
764764
```
765765

766-
The Nu context within tests is very basic and mostly only contains the plugin commands themselves. If you need to test your plugin with other commands, you can include those crates and then use `.add_decl()` to include them in the context:
766+
The Nu context within tests is very basic and mostly only contains the plugin commands themselves, as well as all of the core language keywords from [`nu-cmd-lang`](https://docs.rs/nu-cmd-lang/). If you need to test your plugin with other commands, you can include those crates and then use `.add_decl()` to include them in the context:
767767

768768
```rust
769769
#[test]

0 commit comments

Comments
 (0)