From 6d1020264729a68bb4407a7ae435d6056a921bb9 Mon Sep 17 00:00:00 2001 From: Josh Justice Date: Tue, 25 Apr 2017 09:58:04 -0400 Subject: [PATCH] Add note about creating `Tests` folder --- 1.5/testing/modules.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/1.5/testing/modules.md b/1.5/testing/modules.md index b132dac0..e7b64ee3 100755 --- a/1.5/testing/modules.md +++ b/1.5/testing/modules.md @@ -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`