@ox-content/vite-plugin 2.72.0 → 2.73.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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -3536,7 +3536,7 @@ function rewriteImports(source, rewrites) {
|
|
|
3536
3536
|
* const blocks = await extractDocsTests(markdown);
|
|
3537
3537
|
*
|
|
3538
3538
|
* expect(blocks).toHaveLength(1);
|
|
3539
|
-
* expect(blocks[0]?.code).
|
|
3539
|
+
* expect(blocks[0]?.code).toMatchInlineSnapshot('"expect(1 + 1).toBe(2);"');
|
|
3540
3540
|
* ```
|
|
3541
3541
|
*/
|
|
3542
3542
|
function rewriteSpecifier(specifier, rewrites) {
|