https://github.com/divyanshu-rawat/js-testing
This repository demonstrates use of Client Side Testing Using Jasmine Framework.
https://github.com/divyanshu-rawat/js-testing
jasmine javascript testing-framework
Last synced: about 1 month ago
JSON representation
This repository demonstrates use of Client Side Testing Using Jasmine Framework.
- Host: GitHub
- URL: https://github.com/divyanshu-rawat/js-testing
- Owner: divyanshu-rawat
- License: mit
- Created: 2017-06-20T18:45:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T11:45:22.000Z (almost 8 years ago)
- Last Synced: 2025-02-15T01:32:44.242Z (3 months ago)
- Topics: jasmine, javascript, testing-framework
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## JS-Testing
[](https://gitter.im/divyanshu001)
[](https://www.codementor.io/divyanshurawat?utm_source=github&utm_medium=button&utm_term=divyanshurawat&utm_campaign=github)
[](https://twitter.com/r46956)
[](#)[](http://www.divyanshurawat.in)
[](https://saythanks.io/to/divyanshu-rawat)
[](https://travis-ci.org/divyanshu-rawat/JS-Testing)
[](https://www.npmjs.com/package/npm)#### Description
* This repository demonstrates use of Client SIde Testing Using Jasmine Framework.##
#### Installation Instructions :grey_exclamation:
* Clone or download the repo. into any fresh temporary folder.
* Cd into that root folder you just cloned locally.
* Open terminal in the current folder and to install all dependencies type
```javascript
npm install
```* Now typing
```javascript
npm start
```* will start a server !
##
#### Package Manager Used (NPM)
* NPM is the default package manager for the JavaScript runtime environment Node.js.
##
#### Package.json (dependencies)
* For dependencies refer Package.json.##
### Contributing
1. Create your **_branch_**: `git checkout -b my-new-feature`
2. **_Commit_** your changes: `git commit -m 'Add some feature'`
3. **_Push_** to the branch: `git push origin my-new-feature`
4. Send a **Pull Request**
5. **_Enjoy!_**
##
