Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

chrisguttandin/karma-leche

Repository files navigation

Status: !!! DEPRECATED !!!

This module is deprecated and no longer maintained.

karma-leche

!!! DEPRECATED !!! A Karma adapter for Leche.

Leche is a testing utility which extends Mocha and Sinon. This little adapter makes it available with the Karma test runner.

module.exports = function (config) {
    config.set({
        frameworks: ['leche']
    });
};