Skip to content

Commit

Permalink
Enable strictNullChecks for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Jun 2, 2017
1 parent 195760a commit f044595
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Expand Up @@ -41,12 +41,10 @@
"blue-tape": "^1.0.0",
"standard": "^10.0.0",
"tap-spec": "^4.1.1",
"tslint": "^5.0.0",
"typescript": "^2.0.3"
"tslint": "^5.4.2",
"typescript": "^2.3.4"
},
"dependencies": {
"tslint": "^5.3.2",
"tslint-eslint-rules": "^4.0.0",
"typescript": "^2.3.3"
"tslint-eslint-rules": "^4.0.0"
}
}
1 change: 1 addition & 0 deletions test/tsconfig.json
Expand Up @@ -6,6 +6,7 @@
"target": "esnext",
"lib": ["dom", "es2015"],
"noEmit": true,
"strictNullChecks": true,
"module": "commonjs",
"moduleResolution": "node"
}
Expand Down

0 comments on commit f044595

Please sign in to comment.