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 9aa890b commit 220e75dCopy full SHA for 220e75d
Conversions/test/UpperCaseConverstion.test.js
@@ -1,4 +1,4 @@
1
-import { upperCaseConversion } from "../UpperCaseConversion";
+import { upperCaseConversion } from '../UpperCaseConversion'
2
3
describe(('Test the upperCaseConversion function'), () => {
4
it('should return an empty string when the input is an empty string', () => {
0 commit comments