Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckSetGet ¶
CheckSetGet confirms that the SDK can perform Set and Get operations appropriately.
Should be implemented as:
@CavesTest('core/SetGet') @CavesRequireFeature('3replicas') function testCoreSetGet(t *TestCase) { collection := t.Collection() testDoc := { foo: 'hello', bar: true, } await collection.upsert('test-doc', testDoc) doc := await collection.get('test-doc') assert.deepEqual(doc.content, testDoc) }
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.