forked from emilybache/Tennis-Refactoring-Kata
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66947ab
commit 91194a2
Showing
5 changed files
with
64 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Tennis in JavaScript with Jest | ||
|
||
For main description, see [top level README](../README.md). | ||
|
||
To run the tests: | ||
|
||
npm test | ||
|
||
|
||
## Code Reading Practice | ||
Here is a list of github urls of all the TennisGame Javascript modules: | ||
|
||
* https://github.com/emilybache/Tennis-Refactoring-Kata/blob/main/javascript-jest/tennis1.js | ||
* https://github.com/emilybache/Tennis-Refactoring-Kata/blob/main/javascript-jest/tennis2.js | ||
* https://github.com/emilybache/Tennis-Refactoring-Kata/blob/main/javascript-jest/tennis3.js | ||
* https://github.com/emilybache/Tennis-Refactoring-Kata/blob/main/javascript-jest/tennis4.js | ||
* https://github.com/emilybache/Tennis-Refactoring-Kata/blob/main/javascript-jest/tennis5.js | ||
* https://github.com/emilybache/Tennis-Refactoring-Kata/blob/main/javascript-jest/tennis6.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,20 @@ | ||
# Tennis in JavaScript | ||
|
||
For main description, see [top level README](../README.md). | ||
|
||
Tests are available to be run both with node.js and in the browser. | ||
For node, simply call | ||
node TennisTest.js | ||
(Only failures will be shown on the console) | ||
|
||
For the browser, open TennisTest.html and refresh after change. | ||
For the browser, open TennisTest.html and refresh after change. | ||
|
||
## Code Reading Practice | ||
Here is a list of github urls of all the TennisGame Javascript modules: | ||
|
||
* https://github.com/emilybache/Tennis-Refactoring-Kata/blob/main/javascript-jest/tennis1.js | ||
* https://github.com/emilybache/Tennis-Refactoring-Kata/blob/main/javascript-jest/tennis2.js | ||
* https://github.com/emilybache/Tennis-Refactoring-Kata/blob/main/javascript-jest/tennis3.js | ||
* https://github.com/emilybache/Tennis-Refactoring-Kata/blob/main/javascript-jest/tennis4.js | ||
* https://github.com/emilybache/Tennis-Refactoring-Kata/blob/main/javascript-jest/tennis5.js | ||
* https://github.com/emilybache/Tennis-Refactoring-Kata/blob/main/javascript-jest/tennis6.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Tennis Refactoring Kata in Python | ||
|
||
For main description, see [top level README](../README.md). | ||
|
||
## Code Reading Practice | ||
Here is a list of github urls of all the TennisGame Python modules: | ||
|
||
* https://github.com/emilybache/Tennis-Refactoring-Kata/blob/main/python/tennis1.py | ||
* https://github.com/emilybache/Tennis-Refactoring-Kata/blob/main/python/tennis2.py | ||
* https://github.com/emilybache/Tennis-Refactoring-Kata/blob/main/python/tennis3.py | ||
* https://github.com/emilybache/Tennis-Refactoring-Kata/blob/main/python/tennis4.py | ||
* https://github.com/emilybache/Tennis-Refactoring-Kata/blob/main/python/tennis5.py | ||
* https://github.com/emilybache/Tennis-Refactoring-Kata/blob/main/python/tennis6.py |