Skip to content

Commit 220e75d

Browse files
committed
Fix standardjs warning
1 parent 9aa890b commit 220e75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Conversions/test/UpperCaseConverstion.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { upperCaseConversion } from "../UpperCaseConversion";
1+
import { upperCaseConversion } from '../UpperCaseConversion'
22

33
describe(('Test the upperCaseConversion function'), () => {
44
it('should return an empty string when the input is an empty string', () => {

0 commit comments

Comments
 (0)