diff --git a/helpers/incremental/caching.test.js b/helpers/incremental/caching.test.js index 32f828d..bd1e87f 100644 --- a/helpers/incremental/caching.test.js +++ b/helpers/incremental/caching.test.js @@ -28,6 +28,8 @@ test('Can cache publish folder', async (t) => { if ( await hasCachedPublishFolder() ) { t.log('Publish folder has been cached already') t.pass() + + return } t.log('No prexisting cache folder found')