diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-07 10:36:10 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-07 10:42:25 +0200 |
| commit | a05465ad1cefacdf09fbf05b88715376102a9837 (patch) | |
| tree | ded86df5e41e31e36620f5187d7fdd9eb670bbfe /eslint.config.js | |
| parent | 86e73feeb629835a2f07daa89a03a59d0ebf2359 (diff) | |
| download | gohugo-theme-ed-a05465ad1cefacdf09fbf05b88715376102a9837.tar.gz | |
Amend tests
Diffstat (limited to 'eslint.config.js')
| -rw-r--r-- | eslint.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eslint.config.js b/eslint.config.js index 51753f5..054bd46 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -99,7 +99,7 @@ module.exports = [ } }, { - files: ['eslint.config.js', 'playwright.config.js'], + files: ['tests/*.spec.js', 'eslint.config.js', 'playwright.config.js'], languageOptions: { 'sourceType': 'commonjs' } |
