Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
wilsonjackson

wilsonjackson/karma-angular-filesor...

Karma plugin to sort AngularJS files.

JavaScript
13
8
MIT License
wilsonjackson's profile
wilsonjackson
11 contributions
marshall007's profile
marshall007
2 contributions
evangalen's profile
evangalen
1 contributions
NeverwinterMoon's profile
NeverwinterMoon
1 contributions
dziga's profile
dziga
1 contributions

Support the dependencies of wilsonjackson/karma-angular-filesort

Account's avatar
isaacs/minimatch
a glob matcher in javascript
Account's avatar
klei/ng-dependencies
Account's avatar
kriskowal/q
A library for promises (CommonJS/Promises/A,B,D)
Account's avatar
marcelklehr/toposort
Topological sort of directed ascyclic graphs (like dependecy lists)
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
sinonjs/sinon
JavaScript test spies, stubs and mocks.
Account's avatar
chaijs/sinon-chai
Extends Chai with assertions for the Sinon.JS mocking framework.

Karma‑angular‑filesort is a Karma plugin that automatically orders AngularJS source files before the tests run, preventing “[$injector:nomod]” module‑not‑found errors. It analyzes the files that declare Angular modules and sorts them in‑place (optionally limited by a whitelist), making it useful for developers who run unit tests on AngularJS applications with Karma.