mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix misspelling
This commit is contained in:
parent
442b418051
commit
fb6b35f54f
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ test('Can cache publish folder', async (t) => {
|
||||||
// we check if a cached file already exists
|
// we check if a cached file already exists
|
||||||
|
|
||||||
if ( await hasCachedPublishFolder() ) {
|
if ( await hasCachedPublishFolder() ) {
|
||||||
t.log(`Found cached publich folder at ${ CACHE_PATH }`)
|
t.log(`Found cached publish folder at ${ CACHE_PATH }`)
|
||||||
t.pass()
|
t.pass()
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue