Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsofapollo committed May 26, 2014
1 parent a9096f4 commit 462bd9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -24,7 +24,6 @@
"homepage": "https://github.com/lightsofapollo/gaia-taskcluster",
"devDependencies": {
"github-fixtures": "0.0.1",
"github": "~0.1.14",
"nock": "~0.27.2",
"supertest": "~0.9.0",
"mocha": "~1.18",
Expand Down
1 change: 0 additions & 1 deletion routes/github_pr_test.js
Expand Up @@ -7,7 +7,6 @@ suite('POST /github - pull request events', function() {
var GH_TOKEN = process.env.GITHUB_OAUTH_TOKEN;

var TreeherderProject = require('mozilla-treeherder/project');
var AzureTable = require('azure-table-node');
var Github = require('github-api');

var fs = require('fs');
Expand Down
8 changes: 3 additions & 5 deletions test/unit.sh
@@ -1,11 +1,9 @@
#! /bin/bash -vex

./node_modules/.bin/mocha \
graph/*_test.js \
treeherder/*_test.js \
stores/*_test.js \
*_test.js \
--harmony \
--reporter spec
--reporter spec \
treeherder/*_test.js \
stores/*_test.js


0 comments on commit 462bd9d

Please sign in to comment.