Expected: StringContaining "[3] find needle in the haystack
[2] water the plants
[1] the thing i need to do
"
Received: "[3] find needle in the haystack·
[2] water the plants·
[1] the thing i need to do·
"
I tried to put \n, different print(), and also tried tripple quoted strings but I dont know from where that (·)dot comes when I test the code with npm test. While testing with my powershell everything is fine with no dots but with npm test there is dots. Please help.
Name: Abhishek Joshi
Expected: StringContaining "[3] find needle in the haystack
[2] water the plants
[1] the thing i need to do
"
Received: "[3] find needle in the haystack·
[2] water the plants·
[1] the thing i need to do·
"
I tried to put \n, different print(), and also tried tripple quoted strings but I dont know from where that (·)dot comes when I test the code with npm test. While testing with my powershell everything is fine with no dots but with npm test there is dots. Please help.
Name: Abhishek Joshi