diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/snapshot/image.js | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/test/snapshot/image.js b/test/snapshot/image.js index 2a1e9805..447e7fa7 100644 --- a/test/snapshot/image.js +++ b/test/snapshot/image.js @@ -38,29 +38,6 @@ testContentFunctions(t, 'image (snapshot)', async (t, evaluate) => { }, }); - quickSnapshot('id without link', { - slots: { - src: 'foobar', - id: 'banana', - }, - }); - - quickSnapshot('id with link', { - slots: { - src: 'foobar', - link: true, - id: 'banana', - }, - }); - - quickSnapshot('id with square', { - slots: { - src: 'foobar', - square: true, - id: 'banana', - }, - }); - quickSnapshot('width & height', { slots: { src: 'foobar', |