move math-area tests to test folder

This commit is contained in:
Fergus McDonald
2020-10-18 19:22:19 -07:00
parent ee011a5cd2
commit 86d5a23674

View File

@ -1,4 +1,4 @@
import * as area from './Area'
import * as area from '../Area'
describe('Testing surfaceAreaCube calculations', () => {
it('with natural number', () => {