internal: incomplete vault systems behind feature flag (#2340)
This commit is contained in:
7
packages/snjs/mocha/TestRegistry/MainRegistry.js
Normal file
7
packages/snjs/mocha/TestRegistry/MainRegistry.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { BaseTests } from './BaseTests.js'
|
||||
import { VaultTests } from './VaultTests.js'
|
||||
|
||||
export default {
|
||||
BaseTests,
|
||||
VaultTests,
|
||||
}
|
||||
Reference in New Issue
Block a user