Skip to content

Commit

Permalink
Don't require a test-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Jan 6, 2016
1 parent 180acb1 commit aedf259
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "main.js",
"scripts": {
"lint": "eslint .",
"test": "electron-mocha --renderer --compilers js:babel-core/register --require ./test/test_helper.js 'test/**/*.@(js|jsx)'",
"test": "electron-mocha --renderer --compilers js:babel-core/register 'test/**/*.@(js|jsx)'",
"start": "electron main.js",
"build": "npm run build:osx && npm run build:win32 && npm run build:linux",
"build:osx": "electron-packager ./ PipBoy --platform=darwin --arch=x64 --version=0.35.1",
Expand Down
1 change: 0 additions & 1 deletion test/test_helper.js

This file was deleted.

0 comments on commit aedf259

Please sign in to comment.