mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
14 lines
739 B
Plaintext
14 lines
739 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`qrcodePlugin > should not work with container syntax 1`] = `"<VPQRCode text="text" mode="img" />"`;
|
|
|
|
exports[`qrcodePlugin > should not work with container syntax 2`] = `"<VPQRCode text="text" svg mode="card" />"`;
|
|
|
|
exports[`qrcodePlugin > should not work with container syntax 3`] = `"<VPQRCode text="text" title="title" mode="img" />"`;
|
|
|
|
exports[`qrcodePlugin > should work with embed syntax 1`] = `"<VPQRCode text="text" mode="img" />"`;
|
|
|
|
exports[`qrcodePlugin > should work with embed syntax 2`] = `"<VPQRCode text="text" svg mode="card" />"`;
|
|
|
|
exports[`qrcodePlugin > should work with embed syntax 3`] = `"<VPQRCode text="text" title="title" mode="img" />"`;
|