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 /.vscode/settings.json | |
parent | d3c916b8f742ad62e98f65e18d0dcb8a96235828 (diff) |
search, anki playwright tests
prep tests for cicd
reorganize exports in playwright utils
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index d3738141..9318d9f6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,8 @@ "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, - "eslint.format.enable": true + "eslint.format.enable": true, + "playwright.env": { + "PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS": 1 + } } |