mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +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