Skip to content

Commit 9649e68

Browse files
committed
Fix: EOF issues
1 parent 5800b9d commit 9649e68

File tree

9 files changed

+18
-9
lines changed

9 files changed

+18
-9
lines changed

test/unit/support/fixtures/package-cypress-deps.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
"cypress-real-events": "^1.8.0",
99
"@testing-library/cypress": "^9.0.0"
1010
}
11-
}
11+
}
12+

test/unit/support/fixtures/package-empty-devdeps.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
"lodash": "^4.17.21"
66
},
77
"devDependencies": {}
8-
}
8+
}
9+

test/unit/support/fixtures/package-git-deps.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
"prerelease": "1.0.0-alpha.1",
1111
"range-package": ">=1.0.0 <2.0.0"
1212
}
13-
}
13+
}
14+

test/unit/support/fixtures/package-invalid-devdeps.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
"devDependencies": [
55
"this-should-be-object-not-array"
66
]
7-
}
7+
}
8+

test/unit/support/fixtures/package-malformed.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
"jest": "^29.0.0",
99
// this comment makes it invalid JSON
1010
"prettier": "^2.8.0"
11-
}
11+
}
12+

test/unit/support/fixtures/package-no-devdeps.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
"lodash": "^4.17.21",
66
"axios": "^1.3.0"
77
}
8-
}
8+
}
9+

test/unit/support/fixtures/package-scoped-deps.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
"regular-package": "^1.0.0",
1111
"@babel/core": "^7.20.0"
1212
}
13-
}
13+
}
14+

test/unit/support/fixtures/package-unicode.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
"package_with_underscores": "^1.0.0",
1212
"package-with-dashes": "^1.0.0"
1313
}
14-
}
14+
}
15+

test/unit/support/fixtures/package-valid.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
"eslint": "^8.30.0",
1212
"cypress": "^12.0.0"
1313
}
14-
}
14+
}
15+

0 commit comments

Comments
 (0)