Skip to content

Commit

Permalink
Remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed May 4, 2016
1 parent ccca99b commit 7b1d91d
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1,417 deletions.
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

[![npm version](https://img.shields.io/npm/v/sii.svg?style=flat-square)](https://www.npmjs.com/package/sii)
[![npm downloads](https://img.shields.io/npm/dm/sii.svg?style=flat-square)](https://www.npmjs.com/package/sii)
[![Build Status](https://img.shields.io/travis/lgaticaq/sii.svg?style=flat-square)](https://travis-ci.org/lgaticaq/sii)
[![Coverage Status](https://img.shields.io/coveralls/lgaticaq/sii/master.svg?style=flat-square)](https://coveralls.io/github/lgaticaq/sii?branch=master)
[![dependency Status](https://img.shields.io/david/lgaticaq/sii.svg?style=flat-square)](https://david-dm.org/lgaticaq/sii#info=dependencies)
[![devDependency Status](https://img.shields.io/david/dev/lgaticaq/sii.svg?style=flat-square)](https://david-dm.org/lgaticaq/sii#info=devDependencies)

Expand Down
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
"prebuild": "npm run lint -s && npm run clean -s",
"build": "babel src --out-dir lib --source-maps",
"lint": "eslint src",
"clean": "rimraf lib",
"pretest": "npm run lint -s",
"test": "babel-node ./node_modules/.bin/isparta cover _mocha",
"coveralls": "coveralls < coverage/lcov.info"
"clean": "rimraf lib"
},
"engines": {
"node": ">=0.12"
Expand Down Expand Up @@ -39,10 +36,7 @@
"babel-core": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"eslint": "2.9.0",
"isparta": "^4.0.0",
"mocha": "^2.4.5",
"rimraf": "^2.5.2"
},
"eslintConfig": {
Expand Down
1,335 changes: 0 additions & 1,335 deletions test/form.html

This file was deleted.

15 changes: 0 additions & 15 deletions test/login.html

This file was deleted.

40 changes: 0 additions & 40 deletions test/presend.html

This file was deleted.

8 changes: 0 additions & 8 deletions test/test.js

This file was deleted.

0 comments on commit 7b1d91d

Please sign in to comment.