1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-27 21:53:25 +00:00

Do not export trashed items (#241)

* Do not export trashed items

* Test Item exporting

Does not test organization export. Export's use of apiService is not
very testable. We will either need a testApiService or to refactor
apiService to make mocking easier.

* Linter fixes
This commit is contained in:
Matt Gibson
2020-12-30 15:08:02 -06:00
committed by GitHub
parent 48144a7eae
commit 1420082348
5 changed files with 155 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ module.exports = (config) => {
// list of files / patterns to load in the browser
files: [
'spec/utils.ts',
'spec/common/**/*.ts',
'spec/web/**/*.ts',
'src/abstractions/**/*.ts',