Skip to content

Commit d70aebc

Browse files
author
dimaspirit
committed
add jasmine
1 parent aac615d commit d70aebc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The QuickBlox JavaScript SDK provides a JavaScript library making it even
44
easier to access the QuickBlox cloud communication backend platform.
55

6-
[QuickBlox](https://quickblox.com) is a suite of communication features & data services (APIs, SDKs, code samples, admin panel, tutorials) which help digital agencies, mobile developers and publishers to add great communication functionality to smartphone applications like in Skype, WhatsApp, Viber.
6+
[QuickBlox](https://quickblox.com) is a suite of communication features & data services (APIs, SDKs, code samples, admin panel, tutorials) which help digital agencies, mobile developers and publishers to add great communication functionality to smartphone applications like in Skype, WhatsApp, Viber.
77

88

99
# Install
@@ -75,6 +75,7 @@ The quickblox.js library is build from a number of **CommonJS modules** containe
7575
These modules are combined through [browserify](http://browserify.org/) into a single `quickblox.js` file in the root and so this is the only file that needs to be included in a `<script>` tag OR in a RequireJS application OR in Node.js environment (everywhere). To build the library, use the [Grunt](http://gruntjs.com/) task runner:
7676

7777
* You need to have the dependencies listed in the package.json available, use `npm install` to load them.
78+
* Also you need install jasmine global 'npm i -g jasmine' for tests.
7879
* Change the 'version' properties in next files:
7980
* https://github.com/QuickBlox/quickblox-javascript-sdk/blob/gh-pages/js/qbConfig.js
8081
* https://github.com/QuickBlox/quickblox-javascript-sdk/blob/gh-pages/bower.json

0 commit comments

Comments
 (0)