Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jul 15, 2024
1 parent 40bfb90 commit dcd652c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/__snapshots__/rolldown.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
exports[`rolldown 1`] = `
"import { default as process } from "node:process";
// tests/fixtures/main.js
//#region tests/fixtures/main.js
const platform = 'darwin';
console.log('hello "darwin"', platform);
console.log(DEV);
//#endregion
export { platform };"
`;

0 comments on commit dcd652c

Please sign in to comment.