1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-10-16 06:04:27 -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,
"array": false
}
]
],
"semi": "error"
}
}

View File

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