1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-10-16 12:14:26 -04:00

Add missing semicolon

This commit is contained in:
XhmikosR
2022-11-17 22:38:05 +02:00
parent a79d1922af
commit 84302adfa1
2 changed files with 3 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
"object": true, "object": true,
"array": false "array": false
} }
] ],
"semi": "error"
} }
} }

View File

@@ -28,7 +28,7 @@ hugoLibCustomRepoTestSuite.before.each(() => {
hugoLibCustomRepoTestSuite('verify test env', () => { hugoLibCustomRepoTestSuite('verify test env', () => {
assert.equal(process.env.npm_config_hugo_bin_build_tags, undefined); assert.equal(process.env.npm_config_hugo_bin_build_tags, undefined);
assert.equal(process.env.npm_config_hugo_bin_download_repo, undefined); assert.equal(process.env.npm_config_hugo_bin_download_repo, undefined);
}) });
// Default Repository - Test Cases // Default Repository - Test Cases