Skip to content

Commit 97abb0c

Browse files
authored
Merge pull request #6 from robinpowered/chore/cleanup
Chore - Cleanup README
2 parents 43694b3 + 71d04c1 commit 97abb0c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ This is where you will implement the function, or component, to complete the cha
3535

3636
This contains the mock data that will be used for the particular challenge. These are made up events, or multiple groups of events, depending on the challenge.
3737

38-
#### `test.js`
39-
40-
Each challenge has a test file to verify the output for a series of inputs. Tests can be ran as they would in any standard node package.
41-
4238
### Meeting Availability Challenge
4339

4440
Find the availabile time slots within a given schedule.
@@ -61,7 +57,7 @@ findFreeTimesAcrossSchedules(start: Date, end: Date, duration: number, schedules
6157

6258
### Component Challenge
6359

64-
Create a React or Angular component representing a common UI element seen across Robin.
60+
Create a React component representing a common UI element seen across Robin.
6561

6662
```jsx
6763
<AvailabilityTimePills

0 commit comments

Comments
 (0)