developit / karmatic

🦑 Easy automatic (headless) browser testing with Jest's API, but powered by Karma & Webpack.
https://npm.im/karmatic
1.18k stars 42 forks source link

Use Jest's expect()? #21

Closed developit closed 4 years ago

developit commented 6 years ago

Right now we use Jasmine, but Jest's expect() extensions include a bunch more methods that are useful for testing (eg: toHaveProperty(key, value)).