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 afac011 commit fa68723Copy full SHA for fa68723
1 file changed
exercises/concept/factory-sensors/factory-sensors.spec.js
@@ -11,7 +11,7 @@ describe('checkHumidityLevel', () => {
11
test('should throw if the humidity percentage is 71', () => {
12
expect(() => checkHumidityLevel(71)).toThrow();
13
});
14
-
+
15
test('should throw if the humidity percentage is 100', () => {
16
expect(() => checkHumidityLevel(100)).toThrow();
17
0 commit comments