Chris Chares
Chris Chares
Resolved this with the help of everyone over in the Zewo slack team. Seems there's an issue with the Swift Package Manager in the 2/8 snapshot. Instead of `swift build`,...
I'm seeing this as well. Testing on a 6+ and a 4S, 6+ crops correctly while the 4S does not. iOS 9 for both
This is fixed by the un-merged pull request #43
Calling path.resolve from tests with "./" relative notation resolves it starting from project's root
I've run into something that seems very similar when using `cwd`. ``` Gruntfile: grunt.initConfig({ simplemocha: { target: { cwd: 'app1' src: 'test/**/*.js' ... ``` - root/ - app1/ - test/...