Telegram Web, preconfigured for usage in I2P.
http://web.telegram.i2p/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
696 B
19 lines
696 B
11 years ago
|
# karma-requirejs [![Build Status](https://travis-ci.org/karma-runner/karma-requirejs.png?branch=master)](https://travis-ci.org/karma-runner/karma-requirejs)
|
||
|
|
||
|
> Adapter for the [RequireJS](http://requirejs.org/) framework.
|
||
|
|
||
|
**This plugin ships with Karma by default, so you don't need to install it.**
|
||
|
|
||
|
Check out examples on how to configure RequireJS with Karma:
|
||
|
- Karma's e2e test https://github.com/karma-runner/karma/tree/master/test/e2e/requirejs
|
||
|
- Karma's docs http://karma-runner.github.io/0.8/plus/RequireJS.html
|
||
|
- Kim's example project https://github.com/kjbekkelund/karma-requirejs
|
||
|
|
||
|
|
||
|
----
|
||
|
|
||
|
For more information on Karma see the [homepage].
|
||
|
|
||
|
|
||
|
[homepage]: http://karma-runner.github.io/
|