Skip to content
This repository was archived by the owner on Jun 26, 2021. It is now read-only.

Commit

Permalink
Enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
typeofweb committed Aug 2, 2019
1 parent 64996f7 commit 219efbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
*.tsbuildinfo
lib
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"husky": {
"hooks": {
"pre-commit": "npm run dtslint && pretty-quick --staged"
"pre-commit": "npm run dtslint && npm test && pretty-quick --staged"
}
}
}
2 changes: 1 addition & 1 deletion src/__tests__/test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
test('My Greeter', () => {
expect(1).toBe(2);
expect(1).toBe(1);
});

0 comments on commit 219efbe

Please sign in to comment.