diff options
author | jbukl <noreply@github.com> | 2023-10-31 22:06:14 -0400 |
---|---|---|
committer | jbukl <noreply@github.com> | 2023-11-01 22:56:56 -0400 |
commit | 5c45643772e6669dc9945c038ebf06c634b19b25 (patch) | |
tree | a98578de6eff76bd68b9539d9a84756103baa36e /.eslintrc.json | |
parent | d3c916b8f742ad62e98f65e18d0dcb8a96235828 (diff) |
search, anki playwright tests
prep tests for cicd
reorganize exports in playwright utils
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": { |