test: add more coverage to `node_config_file` · nodejs/node@e90583b · GitHub
Skip to content

Commit e90583b

Browse files
marco-ippolitoaduh95
authored andcommitted
test: add more coverage to node_config_file
PR-URL: #57170 Backport-PR-URL: #57958 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it>
1 parent ccee741 commit e90583b

5 files changed

Lines changed: 61 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions

test/fixtures/rc/broken.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"nodeOptions": "string"
3+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

test/parallel/test-config-file.js

Lines changed: 51 additions & 0 deletions

0 commit comments

Comments
 (0)