Skip to content

Commit

Permalink
Merge pull request #4 from vanehuanchicay/master
Browse files Browse the repository at this point in the history
nyan animation
  • Loading branch information
meliveloz authored Jan 30, 2018
2 parents d74944e + 401878d commit 3913979
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![GitHub issue age](https://img.shields.io/badge/created-January%202018-yellowgreen.svg)](https://github.com/meliveloz/cardify)
[![GitHub issue age](https://img.shields.io/badge/created-January%202018-31C285.svg)](https://github.com/meliveloz/cardify) ![licence](https://img.shields.io/badge/license-ISC-1F618D.svg) [![npm](https://img.shields.io/badge/npm-v8.9.0-orange.svg)]() ![npm](https://img.shields.io/badge/author-melivalvane-C0225C.svg)

# Cardify

* **Track:** _Common Core_
Expand Down Expand Up @@ -26,8 +27,8 @@ El proyecto fue realizado con las siguientes dependencias NPM:
+ Dependencias de Producción
- JQuery ~v. 3.2.1
- Bootstrap ~v. 3.3.7
- Chai ^4.1.2
- Mocha ^5.0.0
- Chai ^ 4.1.2
- Mocha ^ 5.0.0

### Levantamiento ambiente de desarrollo

Expand All @@ -54,7 +55,6 @@ Global (navegador)
![](assets/img/ejemplo.png)



### Licencia

+ [ISC License](https://opensource.org/licenses/ISC)
Expand Down
3 changes: 3 additions & 0 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ it("passes cuando la class es igual a container", () => {
it("passes cuando la imagen es png o jpg", () => {
$('img').attr('src').substring(('img').lastIndexOf('.')) === ".jpg" && ".png"
});
});
afterEach(function (done) {
setTimeout(done, 200);
});
describe('cardify', () => {
$('.container').cardify;
Expand Down

0 comments on commit 3913979

Please sign in to comment.