mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 08:16:50 +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', () => {
|
describe('Testing surfaceAreaCube calculations', () => {
|
||||||
it('with natural number', () => {
|
it('with natural number', () => {
|
Reference in New Issue
Block a user