Skip to content

Commit

Permalink
Add jsconfig and remove assert require
Browse files Browse the repository at this point in the history
  • Loading branch information
jwood803 committed Sep 29, 2016
1 parent 97d5b6a commit 0118169
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
16 changes: 16 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=759670
// for the documentation about the jsconfig.json format
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules",
"bower_components",
"jspm_packages",
"tmp",
"temp"
]
}
1 change: 0 additions & 1 deletion tests/test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const Application = require("spectron").Application;
const assert = require("assert");
const path = require('path');
const chai = require('chai');
const chaiAsPromised = require('chai-as-promised');
Expand Down

0 comments on commit 0118169

Please sign in to comment.