Skip to content

Commit e3133f6

Browse files
authored
Update resistor-color.test.ts
Removed enforced implementation of the COLORS data type to comply with CONTRIBUTING.md ```markdown No test should force a specific implementation ```
1 parent 0069f0f commit e3133f6

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

exercises/practice/resistor-color/resistor-color.test.ts

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,3 @@ describe('color code', () => {
1414
expect(colorCode('orange')).toEqual(3)
1515
})
1616
})
17-
18-
xdescribe('Colors', () => {
19-
xit('returns all colors', () => {
20-
expect(COLORS).toEqual([
21-
'black',
22-
'brown',
23-
'red',
24-
'orange',
25-
'yellow',
26-
'green',
27-
'blue',
28-
'violet',
29-
'grey',
30-
'white',
31-
])
32-
})
33-
})

0 commit comments

Comments
 (0)