diff options
Diffstat (limited to 'tests/specs/npm/lifecycle_scripts/only_warns_first2.out')
-rw-r--r-- | tests/specs/npm/lifecycle_scripts/only_warns_first2.out | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/specs/npm/lifecycle_scripts/only_warns_first2.out b/tests/specs/npm/lifecycle_scripts/only_warns_first2.out index f6a02c727..9e7806159 100644 --- a/tests/specs/npm/lifecycle_scripts/only_warns_first2.out +++ b/tests/specs/npm/lifecycle_scripts/only_warns_first2.out @@ -1,3 +1 @@ -[# note no warning] -error: Uncaught SyntaxError: The requested module 'npm:@denotest/node-lifecycle-scripts' does not provide an export named 'value' -[WILDCARD] +value is 42 |