Я набираю:
npm test
и получаю:
It's interesting to note that the import statement works inside the BootScene.test.js file but it doesn't work in the imported file.
I focused on the import statement not working under JEst. So I thought maybe it has something to do with Ecma Script version jest uses. So I tried это решение, но ошибка сохраняется.
Это репо / ветвь этого вопроса.
Когда я набираю npm start
. Все идет быстро и без ошибок.