@ox-content/vite-plugin 2.72.0 → 2.74.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -3556,7 +3556,7 @@ function rewriteImports(source, rewrites) {
3556
3556
  * const blocks = await extractDocsTests(markdown);
3557
3557
  *
3558
3558
  * expect(blocks).toHaveLength(1);
3559
- * expect(blocks[0]?.code).toContain("1 + 1");
3559
+ * expect(blocks[0]?.code).toMatchInlineSnapshot('"expect(1 + 1).toBe(2);"');
3560
3560
  * ```
3561
3561
  */
3562
3562
  function rewriteSpecifier(specifier, rewrites) {