mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 01:18:23 +08:00
Fix standardjs warning
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { upperCaseConversion } from "../UpperCaseConversion";
|
||||
import { upperCaseConversion } from '../UpperCaseConversion'
|
||||
|
||||
describe(('Test the upperCaseConversion function'), () => {
|
||||
it('should return an empty string when the input is an empty string', () => {
|
||||
|
Reference in New Issue
Block a user