From 2cdd5392b95040947eef57dc0ac649c38bf94446 Mon Sep 17 00:00:00 2001 From: miketillman95 Date: Wed, 8 Sep 2021 00:22:10 -0600 Subject: [PATCH 1/4] first commit From a2649d353b30d5c79195c5626322259736aa2372 Mon Sep 17 00:00:00 2001 From: miketillman95 Date: Wed, 8 Sep 2021 00:22:47 -0600 Subject: [PATCH 2/4] first commit From c15acc164388b8b7a1bda85e3833d8c82c6aa20e Mon Sep 17 00:00:00 2001 From: miketillman95 Date: Wed, 8 Sep 2021 00:22:55 -0600 Subject: [PATCH 3/4] first commit From 83877781bbc30d2e7e4b10121b7feaf725826c24 Mon Sep 17 00:00:00 2001 From: miketillman95 Date: Wed, 8 Sep 2021 00:24:29 -0600 Subject: [PATCH 4/4] mvp --- index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.test.js b/index.test.js index cfb0a0b3..3ded7b30 100644 --- a/index.test.js +++ b/index.test.js @@ -8,7 +8,7 @@ describe('[Exercise 1] trimProperties', () => { const actual = utils.trimProperties(input) expect(actual).toEqual(expected) }) - // test('[2] returns a copy, leaving the original object intact', () => {}) + // test('[2] returns a copylll, leaving the original object intact', () => {}) }) describe('[Exercise 2] trimPropertiesMutation', () => {