Подскажите пожалуйста, что не так
const Hello= "Hello, export world!"
export const hello = 'Hello, export world!';
import {hello} from '../constants.js';
console.log(hello);
пишет Test suite failed to run Cannot find module '../constants' from '148882_72754a59-6cdc-420f-a1e4-f39f5bd4c40f/tests/test.js'