@sanity/block-content-tests
Advanced tools
Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "@sanity/block-content-tests", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Tests for shared block content rendering logic", | ||
@@ -5,0 +5,0 @@ "main": "tests.js", |
@@ -19,3 +19,8 @@ const identity = inp => inp | ||
try { | ||
render({blocks: passedInput, serializers}) | ||
render({ | ||
blocks: passedInput, | ||
serializers, | ||
projectId: '3do82whm', | ||
dataset: 'production' | ||
}) | ||
} catch (error) { | ||
@@ -22,0 +27,0 @@ // ignore |
81441
3453