mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 17:50:39 +08:00
fix: exchanging wrong path that breaks pipeline (#1262)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { intToBase } from '../intToBase'
|
||||
import { intToBase } from '../IntToBase'
|
||||
|
||||
describe('Int to Base', () => {
|
||||
test('Conversion to the binary system', () => {
|
||||
|
Reference in New Issue
Block a user