Skip to content

Commit

Permalink
Update lib/__tests__/standalone-cache.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
  • Loading branch information
kaorun343 and ybiquitous committed Sep 25, 2022
1 parent 76d0646 commit 35c6a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/__tests__/standalone-cache.test.js
Expand Up @@ -203,7 +203,7 @@ describe('standalone cache uses cacheStrategy', () => {
await removeFile(expectedCacheFilePath);
});

it('cacheStrategy is "contenet"', async () => {
it('cacheStrategy is "content"', async () => {
await standalone(getConfig({ cacheStrategy: 'content' }));

// Ensure cache file is created
Expand Down

0 comments on commit 35c6a65

Please sign in to comment.