juristr / webpack-typescript-starter

A simple Webpack 2 + TypeScript starter
126 stars 49 forks source link

Replace karma/jasmine by jest #20

Open alexjoverm opened 7 years ago

alexjoverm commented 7 years ago

Here you have a gift, you can take it or not :). Related to #12

Why to use Jest?

Basically, easier life 😎

alexjoverm commented 7 years ago

It seems like somehow I missed to add the right packages and types over there

alexjoverm commented 7 years ago

Hey @juristr! This PR has a dependency on https://github.com/DefinitelyTyped/DefinitelyTyped/pull/14867, that's why is failing since the spyOn is not in the @types. As soon as that PR get's merged I'll update this and let you know