Skip to content

Commit

Permalink
Merge pull request #7 from KD0NKS/2019-04-11_codacy
Browse files Browse the repository at this point in the history
2019 04 11 codacy
  • Loading branch information
KD0NKS authored Apr 12, 2019
2 parents c5fef77 + b2ab59b commit bd38893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Greeter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import assert from 'assert';

describe('Test for greeter class', () => {
it('Should return "Hello World!"', () => {
let greeter = new Greeter()
const greeter = new Greeter()

assert.equal('Hello World!', greeter.greet());
})
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preserveConstEnums": true,
"outDir": "dist",
"declaration": true,
"sourceMap": true,
"sourceMap": true
},
"include": [
"index.ts",
Expand Down

0 comments on commit bd38893

Please # to comment.