Questions tagged [testem]

testem is a test runner for Javascript unit testing.

Testem is a test runner, that support many test libraries.

Features

Here a summary of the main feature :

  • Test-framework agnostic. Support for
  • Run tests in all major browsers as well as Node and PhantomJS
  • Two distinct use-cases:
    • Test-Driven-Development( TDD ) — designed to streamline the TDD workflow
    • Continuous Integration( CI ) — designed to work well with popular CI servers like Jenkins or Teamcity
  • Cross-platform support
    • OS X
    • Windows
    • Linux
  • Preprocessor support

Official site :https://github.com/testem/testem

46 questions
-1
votes
1 answer

Testem receiving imports compiled to `require` when using ES2015/React presets to Babel

I have a project which is set up so that it builds with reactand jsx. It works fine to build it using node_modules/webpack/bin/webpack.js --config webpack.config.js and I can run the result in the browser with no problems. However, when I run npm…
kerkeslager
  • 1,364
  • 4
  • 17
  • 34
1 2 3
4