From 2179a905625c16705c7798f6bbabf820433955ae Mon Sep 17 00:00:00 2001 From: joshuashoemaker Date: Sun, 19 Jun 2022 18:40:22 -0500 Subject: [PATCH] refact: convert src to TS --- tests/core/nodules/transformNoduleTests.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/core/nodules/transformNoduleTests.js b/tests/core/nodules/transformNoduleTests.js index e8723a8..e76377e 100644 --- a/tests/core/nodules/transformNoduleTests.js +++ b/tests/core/nodules/transformNoduleTests.js @@ -1,5 +1,5 @@ -import Table from '../../../src/entities/Table.js' -import TransformNodule from '../../../src/entities/nodules/TransformNodule.js' +import Table from '../../../lib/entities/Table.js' +import TransformNodule from '../../../lib/entities/nodules/TransformNodule.js' const transformTable = () => { const expectedOutput = [