Closed olehmisar closed 4 days ago
@olehmisar Can you downgrade the ts-jest version and try again? It seems some changes on ts-jest has caused the issue of exports is not defined
, running npm install ts-jest@29.1
on generated project should hep fix it.
And regarding the outdated program on template, we will release the updated version of the sample contracts, we are testing for any further issues.
i'd advise you to move to vitest. You will not need babel, ts-jest and other dumb stuff anymore.
dokojs version: 0.2
starter template generated by
dokojs init my-project
does not compile (because token program still usesfinalize
blocks).If I fix the compilation, and try to run tests with
npm run test
, I get another problem.