Skip to content

Commit

Permalink
fix(test stdlib): scanning tests shouldn't be affected by user config (
Browse files Browse the repository at this point in the history
…nushell#15113)

# Description

# User-Facing Changes

# Tests + Formatting

# After Submitting

Co-authored-by: Bahex <[email protected]>
  • Loading branch information
Bahex and Bahex authored Feb 13, 2025
1 parent a8a0c78 commit e1c5ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nu-std/testing.nu
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const valid_annotations = {
def get-annotated [
file: path
]: nothing -> table<function_name: string, annotation: string> {
^$nu.current-exe -c $'
^$nu.current-exe --no-config-file -c $'
source `($file)`
scope commands
| select name attributes
Expand Down

0 comments on commit e1c5ae3

Please sign in to comment.