While running tests I can’t import Meteor.
I use import { Meteor } from 'meteor/meteor';
and get to console
Test suite failed to run
Cannot find module 'meteor/meteor' from 'location.spec.ts'
I other files (not tests but client folder) I use Meteor with the same import and everything is Ok.