diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-11-02 13:09:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 13:09:40 +0000 |
commit | caccc2feb6fdfd271e89b3f0a9a3f9c1cf5ff012 (patch) | |
tree | 0397ee020cddc4cec060a04dfcddc0ae45d07a87 /.eslintrc.json | |
parent | 092d1beac6c1af8eae8615d541434513e875b4a5 (diff) | |
parent | 193437fed0f4ee756fd62902947afce54f54dfe6 (diff) |
Merge pull request #299 from jbukl/pw-search-anki
search.html clipboard monitor, Anki add note Playwright tests
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 06a2be34..56bbcf09 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -461,6 +461,8 @@ }, { "files": [ + "integration.spec.js", + "playwright-util.js", "visual.spec.js" ], "env": { |