Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
test breaking ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyselden committed Jun 24, 2016
1 parent 3a1eeae commit fc2a9e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"test": "eslint-mocha --eslint-args=\"@(bin|lib)/**/*.js test/!(fixtures)/**/*.js\" --mocha-args=\"--compilers js:babel-register test/**/*-test.js\"",
"cover": "babel-node node_modules/isparta/bin/isparta cover --include-all-sources --report html --report lcov node_modules/eslint-mocha/bin/eslint-mocha.js -- --eslint-args=\"@(bin|lib)/**/*.js test/!(fixtures)/**/*.js\" --mocha-args=\"--compilers js:babel-register test/**/*-test.js\"",
"debug": "node debug node_modules/mocha/bin/_mocha --no-timeouts --compilers js:babel-register \"test/integration/**/*-test.js\"",
"lint": "eslint \"@(bin|lib)/**/*.js\" \"test/!(fixtures)/**/*.js\""
"prelint": "eslint --version",
"lint": "eslint \"@(bin|lib)/**/*.js\" \"test/!(fixtures)/**/*.js\"",
"lint:fix": "npm run lint -- --fix"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,7 +46,7 @@
"chai": "^3.0.0",
"coveralls": "^2.0.0",
"eslint": "^2.0.0",
"eslint-mocha": "0.0.9",
"eslint-mocha": "0.0.10",
"fs-equal": "0.0.4",
"fs-extra": "0.30.0",
"isparta": "^4.0.0",
Expand Down
2 changes: 2 additions & 0 deletions test/acceptance/to-js-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { spawn } from 'child_process';
import fs from 'fs-extra';
import { areDirsEqual } from 'fs-equal';

let unused;

describe('acceptance - to-js', function() {
this.timeout(30000);

Expand Down

0 comments on commit fc2a9e7

Please sign in to comment.