Skip to content

antsmartian/karma-grooscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

karma-grooscript

An grooscript plugin for karma.

Grooscript for Karma

Installation

From Github:

$ npm install 'git+https://github.com/antoaravinth/karma-grooscript.git' --save-dev

Once installed, you can need refer the plugin in the karma config:

module.exports = function(config) {
  config.set({
  
    . . . 

    frameworks: ["grooscript"]

    . . . 
})

Usage

Once the plugin is loaded by the karma, gs is avialble on the karma test runners.

License

The MIT License (MIT)

About

An simple plugin for karma & grooscript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published