mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-04 15:39:42 +08:00
move math-area tests to test folder
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import * as area from './Area'
|
||||
import * as area from '../Area'
|
||||
|
||||
describe('Testing surfaceAreaCube calculations', () => {
|
||||
it('with natural number', () => {
|
Reference in New Issue
Block a user