We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8515af4 commit e5514caCopy full SHA for e5514ca
exercises/20.5-Map-arrays-of-objects/test.js
@@ -20,7 +20,7 @@ test("You shouldn't delete the function named simplifier", function(){
20
});
21
22
23
-test('The output in the console should should look similar but not exactly to the one in the instructions!', function () {
+test('The output in the console should should look similar but not exactly (years may vary) to the one in the instructions!', function () {
24
const _app = rewire('./app.js');
25
let _output = []
26
let _people = [
0 commit comments