Add note about creating `Tests` folder

This commit is contained in:
Josh Justice 2017-04-25 09:58:04 -04:00
parent d2a447f100
commit 6d10202647
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ let package = Package(
## **Step 2:** Update Tests Folder
If you don't already have a `Tests` folder at the root of your project, add one.
Make sure that your tests folder has a file called `LinuxMain.swift` and a folder called `AppLogicTests`. In your `AppLogicTests`, you can add your testing files like `UserTests.swift`.
As always, make sure that you regenerate with `vapor xcode -y`