Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Commit

Permalink
Code review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rorticus committed Aug 22, 2017
1 parent e55c8b7 commit 9042573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/node": "~6.0.49",
"grunt": "~1.0.1",
"grunt-dojo2": "latest",
"intern": "next",
"intern": "4.0.0-alpha.13",
"istanbul": "^0.4.3",
"typescript": "~2.4.1"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/Map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ registerSuite('Map', {
},

'delete': {
before(this: any) {
before() {
map = new Map([
[ 3, 'abc' ],
[ 4, 'def' ]
Expand Down

0 comments on commit 9042573

Please sign in to comment.