chore: re-enable flaky tests (#2591)

* chore: re-enable flaky tests

* chore: re-enable vault tests in ci

* chore: add missing dep

* chore: fix building web on PR

* chore: add sleep to allow deleting account to propagate
This commit is contained in:
Karol Sójko
2023-10-18 13:48:14 +02:00
committed by GitHub
parent d39d5da17e
commit ac353a47ba
5 changed files with 43 additions and 39 deletions

View File

@@ -32,6 +32,7 @@
"webpack": "*"
},
"dependencies": {
"@mozilla/readability": "^0.4.2"
"@mozilla/readability": "^0.4.2",
"@standardnotes/snjs": "workspace:^"
}
}