Fix standardjs warning

This commit is contained in:
Charlie Moore
2021-10-04 09:44:28 -04:00
parent 9aa890b170
commit 220e75d046

View File

@ -1,4 +1,4 @@
import { upperCaseConversion } from "../UpperCaseConversion"; import { upperCaseConversion } from '../UpperCaseConversion'
describe(('Test the upperCaseConversion function'), () => { describe(('Test the upperCaseConversion function'), () => {
it('should return an empty string when the input is an empty string', () => { it('should return an empty string when the input is an empty string', () => {