diff options
author | 2023-09-27 22:35:06 -0700 | |
---|---|---|
committer | 2023-09-27 22:35:06 -0700 | |
commit | 3ee09bfe798b91a6de6076b572d0dc606246c2a9 (patch) | |
tree | b1b35dd22e21193aed5937f6e9521a33d077480b | |
parent | 3d376842537764ceaa296f846f7cbfbeb17d3ffe (diff) | |
download | bun-3ee09bfe798b91a6de6076b572d0dc606246c2a9.tar.gz bun-3ee09bfe798b91a6de6076b572d0dc606246c2a9.tar.zst bun-3ee09bfe798b91a6de6076b572d0dc606246c2a9.zip |
update snapshots
-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"`; |