mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-07 02:05:08 +08:00
Update FisherYatesShuffle.test.js
Updated fisherYatesShuffle to FisherYatesShuffle
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
import { shuffle } from '../fisherYatesShuffle'
|
import { shuffle } from '../FisherYatesShuffle'
|
||||||
|
|
||||||
describe('shuffle', () => {
|
describe('shuffle', () => {
|
||||||
it('expects to have a new array with same size', () => {
|
it('expects to have a new array with same size', () => {
|
||||||
|
Reference in New Issue
Block a user