mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 00:01:37 +08:00
Added test for ScrambleStrings and formatted folder structure for other folders
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { haversineDistance } from './Haversine'
|
||||
import { haversineDistance } from '../Haversine'
|
||||
|
||||
describe('Testing the haversine distance calculator', () => {
|
||||
it('Calculate distance', () => {
|
Reference in New Issue
Block a user