Using jasmine as the testing library

I was wondering if it is possible to use directly the npm jasmine as the testing library without using the the sajo:jasmine package

My tests and newly added code is in pure es6, however, the project I am adding to is not. Hence, I would need the meteor bundler first to bundle the files, before they can be tested.

Can I achieve this somehow?