Last active
December 16, 2015 20:07
-
-
Save ishults/7c864a170ccb59f16bb2 to your computer and use it in GitHub Desktop.
JavaScriptUnitTestKarmaSuite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import de.is24.util.karmatestrunner.junit.KarmaTestSuiteRunner | |
import org.junit.runner.RunWith | |
@RunWith(KarmaTestSuiteRunner.class) | |
@KarmaTestSuiteRunner.KarmaConfigPath("./path/to/karma.conf.js") | |
public class JavaScriptUnitTestKarmaSuite { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment