Skip to content

Commit

Permalink
refactor: remove unused env var + tests: add real life miss types in …
Browse files Browse the repository at this point in the history
…tests
  • Loading branch information
rdubigny committed Sep 23, 2024
1 parent be6e3fd commit c576825
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ DATABASE_URL=postgres://moncomptepro:[email protected]:5432/moncomptepro
#CYPRESS_MAILSLURP_API_KEY=
#DEBOUNCE_API_KEY=
#DO_NOT_SEND_MAIL=False
#ZAMMAD_TOKEN=
8 changes: 8 additions & 0 deletions test/did-you-mean.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ describe("getDidYouMeanSuggestion", () => {
["[email protected]", "[email protected]"],
["[email protected]", "[email protected]"],
["[email protected]", "[email protected]"],
[
"[email protected]",
"[email protected]",
],
[
"[email protected]",
"[email protected]",
],
["agent@nomatch", ""],
];

Expand Down

0 comments on commit c576825

Please sign in to comment.