mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-14 07:00:51 -04:00
fix(challenge-parser): add missing backtick in challenge parser fixture files (#64131)
Co-authored-by: Navadeep0007 <2400030007@kluniversity.in>
This commit is contained in:
@@ -26,8 +26,7 @@ exports[`add solution plugin > should have an output to match the snapshot 1`] =
|
||||
"tail": "",
|
||||
},
|
||||
{
|
||||
"contents": "var x = 'y';
|
||||
\`\`",
|
||||
"contents": "var x = 'y';",
|
||||
"ext": "js",
|
||||
"head": "",
|
||||
"id": "",
|
||||
|
||||
Reference in New Issue
Block a user