Skip to content

Commit

Permalink
chore: update test v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yejimeiming committed Oct 8, 2023
1 parent 63324c2 commit f1e672b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fixtures/__snapshots__/exports.js
Expand Up @@ -22,8 +22,10 @@ import cjs from './cjs'
cjs: ${JSON.stringify(cjs)}
`
/* [vite-plugin-commonjs] export-statement-S */
const __CJS__export_default__ = (module.exports == null ? {} : module.exports).default || module.exports;
const __CJS__export_msg__ = (module.exports == null ? {} : module.exports).msg;
export {
__CJS__export_default__ as default,
__CJS__export_msg__ as msg,
}
/* [vite-plugin-commonjs] export-statement-E */

0 comments on commit f1e672b

Please sign in to comment.