Merge pull request #497 from fergusmcdonald/master

move math-area tests to test folder
This commit is contained in:
Tapajyoti Bose
2020-10-19 09:35:17 +05:30
committed by GitHub

View File

@ -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', () => {