refact: convert src to TS
This commit is contained in:
parent
9b516ce978
commit
2179a90562
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user