mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-07 02:05:08 +08:00
Merge pull request #497 from fergusmcdonald/master
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