nie można używać instrukcji importu poza modułem w żart
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
}
Difficult Dragonfly
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
}
// jest.config.js
preset: 'ts-jest'
export default {
testEnvironment: 'jest-environment-node',
transform: {}
};