Skip to content

Commit

Permalink
test: Add data into no-unsafe-values tests (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas authored Nov 7, 2024
1 parent 3723a07 commit 8ba46b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/rules/no-unsafe-values.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ ruleTester.run("no-unsafe-values", rule, {
errors: [
{
messageId: "loneSurrogate",
data: { surrogate: "\\ud83d" },
line: 1,
column: 1,
endLine: 1,
Expand All @@ -90,6 +91,7 @@ ruleTester.run("no-unsafe-values", rule, {
errors: [
{
messageId: "loneSurrogate",
data: { surrogate: "\\udd25" },
line: 1,
column: 1,
endLine: 1,
Expand All @@ -102,6 +104,7 @@ ruleTester.run("no-unsafe-values", rule, {
errors: [
{
messageId: "loneSurrogate",
data: { surrogate: "\\udd25" },
line: 1,
column: 1,
endLine: 1,
Expand Down

0 comments on commit 8ba46b0

Please sign in to comment.