Skip to content

Commit

Permalink
Fix ESLint errors in test files
Browse files Browse the repository at this point in the history
Fixes #29
  • Loading branch information
AlCalzone committed Dec 14, 2018
1 parent 071e387 commit f25594e
Show file tree
Hide file tree
Showing 10 changed files with 1,706 additions and 1,694 deletions.
1 change: 1 addition & 0 deletions build/templates/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const templates = [
{ name: "test/mocha.setup.js.ts", templateFunction: require("./test/mocha.setup.js") },
{ name: "test/testPackageFiles.js.ts", templateFunction: require("./test/testPackageFiles.js") },
{ name: "test/testStartup.js.ts", templateFunction: require("./test/testStartup.js") },
{ name: "test/tsconfig.json.ts", templateFunction: require("./test/tsconfig.json") },
{ name: "tsconfig.build.json.ts", templateFunction: require("./tsconfig.build.json") },
{ name: "tsconfig.json.ts", templateFunction: require("./tsconfig.json") },
{ name: "tslint.json.ts", templateFunction: require("./tslint.json") },
Expand Down
Loading

0 comments on commit f25594e

Please sign in to comment.