chore: refactor notifications and re-enable vault tests (#2532)

* chore: refactor notifications and re-enable vault tests

* fix message in error expected
This commit is contained in:
Karol Sójko
2023-09-26 10:21:26 +02:00
committed by GitHub
parent 192a2eccb8
commit 3777a5389e
13 changed files with 26 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
export const VaultTests = {
enabled: false,
enabled: true,
exclusive: false,
files: [
'vaults/vaults.test.js',

View File

@@ -59,7 +59,7 @@ describe('vault key management', function () {
await Factory.expectThrowsAsync(
() => context.vaults.removeItemFromVault(item),
'Cannot find latest version of item to get vault for',
'Cannot find vault to remove item from',
)
})

View File

@@ -37,7 +37,7 @@
"@babel/preset-env": "*",
"@standardnotes/api": "workspace:*",
"@standardnotes/common": "^1.50.0",
"@standardnotes/domain-core": "^1.32.0",
"@standardnotes/domain-core": "^1.33.1",
"@standardnotes/domain-events": "^2.122.0",
"@standardnotes/encryption": "workspace:*",
"@standardnotes/features": "workspace:*",