diff --git a/helpers/incremental/caching.test.js b/helpers/incremental/caching.test.js index 8e38de1..f604b0d 100644 --- a/helpers/incremental/caching.test.js +++ b/helpers/incremental/caching.test.js @@ -26,7 +26,7 @@ test('Can cache publish folder', async (t) => { // we check if a cached file already exists if ( await hasCachedPublishFolder() ) { - t.log(`Found cached publich folder at ${ CACHE_PATH }`) + t.log(`Found cached publish folder at ${ CACHE_PATH }`) t.pass() return