Skip to content

Instantly share code, notes, and snippets.

@NSMutableString
Created December 9, 2019 15:46
Show Gist options
  • Save NSMutableString/4c4686d3729c2ce0bc99afe34576d13b to your computer and use it in GitHub Desktop.
Save NSMutableString/4c4686d3729c2ce0bc99afe34576d13b to your computer and use it in GitHub Desktop.
Enable unit testing on large projects the easy way (without selecting all files individually)
// Performance hit taken with this approach
@testable import TestProduct
// Best way stays adding the files you want to test to the test target...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment