From 21014c2b11074b715d3855c568b59ae5f8d56886 Mon Sep 17 00:00:00 2001 From: Utsav Ahuja Date: Fri, 30 Oct 2015 02:25:19 -0700 Subject: [PATCH] Removed Chai.js mention from Bonfire --- seed/challenges/basic-bonfires.json | 1 - 1 file changed, 1 deletion(-) diff --git a/seed/challenges/basic-bonfires.json b/seed/challenges/basic-bonfires.json index 8ac6cbcae7..f81241c9d2 100644 --- a/seed/challenges/basic-bonfires.json +++ b/seed/challenges/basic-bonfires.json @@ -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 Read-Search-Ask if you get stuck. Write your own code." ], "challengeSeed": [