From a05465ad1cefacdf09fbf05b88715376102a9837 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 7 Apr 2024 10:36:10 +0200 Subject: Amend tests --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eslint.config.js') 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' } -- cgit v1.2.3