File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ test('set the assets output path', async () => {
203203 ` ) ;
204204} ) ;
205205
206- test . skip ( 'set the assets public path' , async ( ) => {
206+ test ( 'set the assets public path' , async ( ) => {
207207 const fixturePath = join ( __dirname , 'public-path' ) ;
208208 const { contents } = await buildAndGetResults ( { fixturePath } ) ;
209209
@@ -221,7 +221,7 @@ test.skip('set the assets public path', async () => {
221221 if ( process . env . ADVANCED_ESM ) {
222222 const { content : runtimeJs } = queryContent ( contents . esm0 ! , / r u n t i m e \. j s / ) ;
223223 expect ( indexJs ) . toMatchInlineSnapshot ( `
224- "import { __webpack_require__ } from "./runtime.js";
224+ "import { __webpack_require__ } from "./rslib- runtime.js";
225225 const image_namespaceObject = __webpack_require__.p + "static/image/image.png";
226226 const src = image_namespaceObject;
227227 export default src;
You can’t perform that action at this time.
0 commit comments