Skip to content

Commit

Permalink
Removed Chai.js mention from Bonfire
Browse files Browse the repository at this point in the history
  • Loading branch information
avastu committed Oct 30, 2015
1 parent e685489 commit 21014c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion seed/challenges/basic-bonfires.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@
"description": [
"Return an array consisting of the largest number from each provided sub-array. For simplicity, the provided array will contain exactly 4 sub-arrays.",
"Remember, you can iterate through an array with a simple for loop, and access each member with array syntax arr[i] .",
"If you are writing your own Chai.js tests, be sure to use a deep equal statement instead of an equal statement when comparing arrays.",
"Remember to use <a href=\"//github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck\" target=\"_blank\">Read-Search-Ask</a> if you get stuck. Write your own code."
],
"challengeSeed": [
Expand Down

0 comments on commit 21014c2

Please sign in to comment.