mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
13 lines
284 B
Markdown
13 lines
284 B
Markdown
## Build and test using any of the following
|
|
|
|
Command line:
|
|
- `swift test`
|
|
|
|
Xcode:
|
|
- Open this "swift" folder to open package
|
|
- In the Xcode menu, select Product > Test to run tests
|
|
|
|
AppCode:
|
|
- Open this "swift" folder to open package
|
|
- Select "GildedRoseTests" configuration and run
|