mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 08:16:50 +08:00
Added test for ScrambleStrings and formatted folder structure for other folders
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { getMonthDays } from './GetMonthDays'
|
||||
import { getMonthDays } from '../GetMonthDays'
|
||||
|
||||
describe('Get the Days of a Month', () => {
|
||||
it('expects to return 28', () => {
|
Reference in New Issue
Block a user