Skip to content

Commit 69a0b95

Browse files
[CI] Format code
1 parent 010e4ec commit 69a0b95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

exercises/practice/error-handling/error-handling.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
21
import { describe, expect, it, jest } from '@jest/globals';
32
import { processString } from './error-handling';
43

5-
64
describe('Error Handling', () => {
75
it('returns uppercase if valid string', () => {
86
expect(processString('hello')).toBe('HELLO');

0 commit comments

Comments
 (0)