We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc42a30 commit 4be4146Copy full SHA for 4be4146
1 file changed
api.test.js
@@ -155,6 +155,7 @@ describe('read-only token', () => {
155
it(`accepts ${ method }`, async () => {
156
const path = stub.tid();
157
const item = stub.document();
158
+
159
const put = await State.storage.put(path, item);
160
161
const res = await util.storage(Object.assign(util.clone(State), {
0 commit comments