Skip to content

Commit

Permalink
feat(app): add typescript support
Browse files Browse the repository at this point in the history
  • Loading branch information
willb335 committed Sep 13, 2018
1 parent 1a245fa commit cd3f909
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
19 changes: 19 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,25 @@
"contributions": [
"ideas"
]
},
{
"login": "slig",
"name": "Tiago Serafim",
"avatar_url": "https://avatars1.githubusercontent.com/u/37779?v=4",
"profile": "https://github.com/slig",
"contributions": [
"code",
"doc"
]
},
{
"login": "furrykef",
"name": "Kef Schecter",
"avatar_url": "https://avatars1.githubusercontent.com/u/536006?v=4",
"profile": "http://www.furrykef.com/",
"contributions": [
"bug"
]
}
]
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ This project follows the [all-contributors](https://github.com/kentcdodds/all-co

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
| [<img src="https://avatars2.githubusercontent.com/u/10157307?v=4" width="100px;"/><br /><sub><b>Will</b></sub>](https://github.com/willb335)<br />[πŸ’»](https://github.com/willb335/chessboardjsx/commits?author=willb335 "Code") [πŸ“–](https://github.com/willb335/chessboardjsx/commits?author=willb335 "Documentation") [πŸ’‘](#example-willb335 "Examples") [⚠️](https://github.com/willb335/chessboardjsx/commits?author=willb335 "Tests") | [<img src="https://avatars3.githubusercontent.com/u/146082?v=4" width="100px;"/><br /><sub><b>Andrew Bashelor</b></sub>](https://github.com/a-bash)<br />[πŸ“–](https://github.com/willb335/chessboardjsx/commits?author=a-bash "Documentation") | [<img src="https://avatars3.githubusercontent.com/u/25490975?v=4" width="100px;"/><br /><sub><b>yougotgotyo</b></sub>](https://chadburg.com/)<br />[πŸ€”](#ideas-yougotgotyo "Ideas, Planning, & Feedback") | [<img src="https://avatars0.githubusercontent.com/u/385366?v=4" width="100px;"/><br /><sub><b>Roger Knapp</b></sub>](http://csharptest.net)<br />[πŸ€”](#ideas-csharptest "Ideas, Planning, & Feedback") |
| :---: | :---: | :---: | :---: |
| [<img src="https://avatars2.githubusercontent.com/u/10157307?v=4" width="100px;"/><br /><sub><b>Will</b></sub>](https://github.com/willb335)<br />[πŸ’»](https://github.com/willb335/chessboardjsx/commits?author=willb335 "Code") [πŸ“–](https://github.com/willb335/chessboardjsx/commits?author=willb335 "Documentation") [πŸ’‘](#example-willb335 "Examples") [⚠️](https://github.com/willb335/chessboardjsx/commits?author=willb335 "Tests") | [<img src="https://avatars3.githubusercontent.com/u/146082?v=4" width="100px;"/><br /><sub><b>Andrew Bashelor</b></sub>](https://github.com/a-bash)<br />[πŸ“–](https://github.com/willb335/chessboardjsx/commits?author=a-bash "Documentation") | [<img src="https://avatars3.githubusercontent.com/u/25490975?v=4" width="100px;"/><br /><sub><b>yougotgotyo</b></sub>](https://chadburg.com/)<br />[πŸ€”](#ideas-yougotgotyo "Ideas, Planning, & Feedback") | [<img src="https://avatars0.githubusercontent.com/u/385366?v=4" width="100px;"/><br /><sub><b>Roger Knapp</b></sub>](http://csharptest.net)<br />[πŸ€”](#ideas-csharptest "Ideas, Planning, & Feedback") | [<img src="https://avatars1.githubusercontent.com/u/37779?v=4" width="100px;"/><br /><sub><b>Tiago Serafim</b></sub>](https://github.com/slig)<br />[πŸ’»](https://github.com/willb335/chessboardjsx/commits?author=slig "Code") [πŸ“–](https://github.com/willb335/chessboardjsx/commits?author=slig "Documentation") | [<img src="https://avatars1.githubusercontent.com/u/536006?v=4" width="100px;"/><br /><sub><b>Kef Schecter</b></sub>](http://www.furrykef.com/)<br />[πŸ›](https://github.com/willb335/chessboardjsx/issues?q=author%3Afurrykef "Bug reports") |
| :---: | :---: | :---: | :---: | :---: | :---: |
<!-- ALL-CONTRIBUTORS-LIST:END -->

## LICENSE
Expand Down
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ module.exports = {
'\\.module\\.css$': 'identity-obj-proxy',
'\\.css$': '<rootDir>/test/style-mock.js'
},
transform: { '^.+\\.js$': 'babel-jest' }
transform: { '^.+\\.js$': 'babel-jest' },
testURL: 'http://localhost/'
};

0 comments on commit cd3f909

Please sign in to comment.