diff options
-rw-r--r-- | test/bundler/__snapshots__/bun-build-api.test.ts.snap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/bundler/__snapshots__/bun-build-api.test.ts.snap b/test/bundler/__snapshots__/bun-build-api.test.ts.snap index 1076dc34f..ab419aae7 100644 --- a/test/bundler/__snapshots__/bun-build-api.test.ts.snap +++ b/test/bundler/__snapshots__/bun-build-api.test.ts.snap @@ -72,11 +72,11 @@ NS.then(({ fn: fn2 }) => { " `; -exports[`Bun.build BuildArtifact properties: hash 1`] = `"eed0054b0aa2037b"`; +exports[`Bun.build BuildArtifact properties: hash 1`] = `"61fa5aa06740929b"`; -exports[`Bun.build BuildArtifact properties + entry.naming: hash 1`] = `"82b2e1b4a1117627"`; +exports[`Bun.build BuildArtifact properties + entry.naming: hash 1`] = `"e6329e3574ac500f"`; -exports[`Bun.build BuildArtifact properties sourcemap: hash index.js 1`] = `"eed0054b0aa2037b"`; +exports[`Bun.build BuildArtifact properties sourcemap: hash index.js 1`] = `"61fa5aa06740929b"`; exports[`Bun.build BuildArtifact properties sourcemap: hash index.js.map 1`] = `"0000000000000000"`; |