You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Snapshot `Config > GIVEN custom include pattern THEN still injects matching files 1` mismatched
- Expected
+ Received
"// .../fixtures/build-in/typescript.mts
- var version = "0.0.4";
+ var version = "0.0.5";
export { version };
"
❯ assertFileContent tests/common/util.ts:256:23
❯ tests/scenarios/config.test.ts:33:5
tests/scenarios/config.test.ts > Config > GIVEN custom packageJsonPath THEN injects version from that file
Error: Snapshot `Config > GIVEN custom packageJsonPath THEN injects version from that file 1` mismatched
- Expected
+ Received
"// .../fixtures/build-in/typescript.mts
- var version = "0.0.4";
+ var version = "0.0.5";
export { version };
"
❯ assertFileContent tests/common/util.ts:256:23
❯ tests/scenarios/config.test.ts:23:5
tests/scenarios/css/sass-parsing.test.ts > SCSS to CSS > GIVEN no plugin options THEN injects version
Error: Snapshot `Custom Version Inject Tag > GIVEN custom tag THEN injects version 1` mismatched
- Expected
+ Received
"// .../fixtures/build-in/custom-inject-tag.mts
- var version = "0.0.4";
+ var version = "0.0.5";
export {
version
};
"
❯ assertFileContent tests/common/util.ts:256:23
❯ .../scenarios/esbuild/custom-inject-tag.test.ts:26:5
tests/scenarios/esbuild/js-based-cjs.test.ts > JS based CJS > GIVEN no plugin options THEN injects version
Error: Snapshot `JS based ESM > GIVEN no plugin options THEN injects version 1` mismatched
- Expected
+ Received
"// .../fixtures/build-in/javascript.mjs
- var version = "0.0.4";
+ var version = "0.0.5";
export {
version
};
"
❯ assertFileContent tests/common/util.ts:256:23
❯ .../scenarios/esbuild/js-based-esm.test.ts:24:5
tests/scenarios/esbuild/ts-based-cjs.test.ts > TS based CJS > GIVEN no plugin options THEN injects version
Error: Snapshot `TS based CJS > GIVEN no plugin options THEN injects version 1` mismatched
- Expected
+ Received
@@ -21,11 +21,11 @@
var typescript_exports = {};
__export(typescript_exports, {
version: () => version
});
module.exports = __toCommonJS(typescript_exports);
- var version = "0.0.4";
+ var version = "0.0.5";
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
version
});
"
❯ assertFileContent tests/common/util.ts:256:23
❯ .../scenarios/esbuild/ts-based-cjs.test.ts:24:5
tests/scenarios/esbuild/ts-based-esm.test.ts > TS based ESM > GIVEN no plugin options THEN injects version
Error: Snapshot `TS based ESM > GIVEN no plugin options THEN injects version 1` mismatched
- Expected
+ Received
"// .../fixtures/build-in/typescript.mts
- var version = "0.0.4";
+ var version = "0.0.5";
export {
version
};
"
❯ assertFileContent tests/common/util.ts:256:23
❯ .../scenarios/esbuild/ts-based-esm.test.ts:24:5
tests/scenarios/rolldown/custom-inject-tag.test.ts > Custom Version Inject Tag > GIVEN custom tag THEN injects version
Error: Snapshot `Custom Version Inject Tag > GIVEN custom tag THEN injects version 1` mismatched
- Expected
+ Received
"//#region .../fixtures/build-in/custom-inject-tag.mts
- const version = "0.0.4";
+ const version = "0.0.5";
//#endregion
export { version };
"
❯ assertFileContent tests/common/util.ts:256:23
❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rolldown/js-based-cjs.test.ts > JS based CJS > GIVEN no plugin options THEN injects version
Error: Snapshot `JS based ESM > GIVEN no plugin options THEN injects version 1` mismatched
- Expected
+ Received
"//#region .../fixtures/build-in/javascript.mjs
- const version = "0.0.4";
+ const version = "0.0.5";
//#endregion
export { version };
"
❯ assertFileContent tests/common/util.ts:256:23
❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rolldown/ts-based-cjs.test.ts > TS based CJS > GIVEN no plugin options THEN injects version
Error: Snapshot `TS based ESM > GIVEN no plugin options THEN injects version 1` mismatched
- Expected
+ Received
"//#region .../fixtures/build-in/typescript.mts
- const version = "0.0.4";
+ const version = "0.0.5";
//#endregion
export { version };
"
❯ assertFileContent tests/common/util.ts:256:23
❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rollup/custom-inject-tag.test.ts > Custom Version Inject Tag > GIVEN custom tag THEN injects version
Error: Snapshot `Custom Version Inject Tag > GIVEN custom tag THEN injects version 1` mismatched
- Expected
+ Received
- "const version = "0.0.4";
+ "const version = "0.0.5";
export { version };
"
❯ assertFileContent tests/common/util.ts:256:23
❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rollup/js-based-cjs.test.ts > JS based CJS > GIVEN no plugin options THEN injects version
Error: Snapshot `JS based ESM > GIVEN no plugin options THEN injects version 1` mismatched
- Expected
+ Received
- "const version = '0.0.4';
+ "const version = '0.0.5';
export { version };
"
❯ assertFileContent tests/common/util.ts:256:23
❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rollup/ts-based-cjs.test.ts > TS based CJS > GIVEN no plugin options THEN injects version
Error: Snapshot `TS based CJS > GIVEN no plugin options THEN injects version 1` mismatched
- Expected
+ Received
"'use strict';
- const version = "0.0.4";
+ const version = "0.0.5";
exports.version = version;
"
❯ assertFileContent tests/common/util.ts:256:23
❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rollup/ts-based-esm.test.ts > TS based ESM > GIVEN no plugin options THEN injects version
Error: Snapshot `TS based ESM > GIVEN no plugin options THEN injects version 1` mismatched
- Expected
+ Received
- "const version = "0.0.4";
+ "const version = "0.0.5";
export { version };
"
❯ assertFileContent tests/common/util.ts:256:23
❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rspack/custom-inject-tag.test.ts > Custom Version Inject Tag > GIVEN custom tag THEN injects version
Error: Snapshot `Custom Version Inject Tag > GIVEN custom tag THEN injects version 1` mismatched
- Expected
+ Received
@@ -18,10 +18,10 @@
var __webpack_exports__ = {};
__webpack_require__.d(__webpack_exports__, {
r: () => (version)
});
- const version = "0.0.4";
+ const version = "0.0.5";
var __webpack_exports__version = __webpack_exports__.r;
export { __webpack_exports__version as version };
"
❯ assertFileContent tests/common/util.ts:256:23
❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rspack/js-based-cjs.test.ts > JS based CJS > GIVEN no plugin options THEN injects version
Error: Snapshot `TS based ESM > GIVEN no plugin options THEN injects version 1` mismatched
- Expected
+ Received
@@ -18,10 +18,10 @@
var __webpack_exports__ = {};
__webpack_require__.d(__webpack_exports__, {
r: () => (version)
});
- const version = "0.0.4";
+ const version = "0.0.5";
var __webpack_exports__version = __webpack_exports__.r;
export { __webpack_exports__version as version };
"
❯ assertFileContent tests/common/util.ts:256:23
❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/tsup/custom-inject-tag.test.ts > Custom Version Inject Tag > GIVEN custom tag THEN injects version
Error: Snapshot `Custom Version Inject Tag > GIVEN custom tag THEN injects version 1` mismatched
- Expected
+ Received
"// .../fixtures/build-in/custom-inject-tag.mts
- var version = "0.0.4";
+ var version = "0.0.5";
export { version };
"
❯ assertFileContent tests/common/util.ts:256:23
❯ .../scenarios/tsup/custom-inject-tag.test.ts:23:5
tests/scenarios/tsup/js-based-cjs.test.ts > JS based CJS > GIVEN no plugin options THEN injects version
Error: Snapshot `JS based ESM > GIVEN no plugin options THEN injects version 1` mismatched
- Expected
+ Received
"// .../fixtures/build-in/javascript.mjs
- var version = "0.0.4";
+ var version = "0.0.5";
export { version };
"
❯ assertFileContent tests/common/util.ts:256:23
❯ .../scenarios/tsup/js-based-esm.test.ts:21:5
tests/scenarios/tsup/ts-based-cjs.test.ts > TS based CJS > GIVEN no plugin options THEN injects version
Error: Snapshot `TS based CJS > GIVEN no plugin options THEN injects version 1` mismatched
- Expected
+ Received
"'use strict';
// .../fixtures/build-in/typescript.cts
- var version = "0.0.4";
+ var version = "0.0.5";
exports.version = version;
"
❯ assertFileContent tests/common/util.ts:256:23
❯ .../scenarios/tsup/ts-based-cjs.test.ts:21:5
tests/scenarios/tsup/ts-based-esm.test.ts > TS based ESM > GIVEN no plugin options THEN injects version
Error: Snapshot `TS based ESM > GIVEN no plugin options THEN injects version 1` mismatched
- Expected
+ Received
"// .../fixtures/build-in/typescript.mts
- var version = "0.0.4";
+ var version = "0.0.5";
export { version };
"
❯ assertFileContent tests/common/util.ts:256:23
❯ .../scenarios/tsup/ts-based-esm.test.ts:21:5
tests/scenarios/vite/custom-inject-tag.test.ts > Custom Version Inject Tag > GIVEN custom tag THEN injects version
Error: Snapshot `Custom Version Inject Tag > GIVEN custom tag THEN injects version 1` mismatched
- Expected
+ Received
- "const version = "0.0.4";
+ "const version = "0.0.5";
export {
version
};
"
❯ assertFileContent tests/common/util.ts:256:23
❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/vite/js-based-cjs.test.ts > JS based CJS > GIVEN no plugin options THEN injects version
Error: Snapshot `JS based ESM > GIVEN no plugin options THEN injects version 1` mismatched
- Expected
+ Received
- "const version = "0.0.4";
+ "const version = "0.0.5";
export {
version
};
"
❯ assertFileContent tests/common/util.ts:256:23
❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/vite/ts-based-cjs.test.ts > TS based CJS > GIVEN no plugin options THEN injects version
Error: Snapshot `TS based ESM > GIVEN no plugin options THEN injects version 1` mismatched
- Expected
+ Received
- "const version = "0.0.4";
+ "const version = "0.0.5";
export {
version
};
"
❯ assertFileContent tests/common/util.ts:256:23
❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/webpack/custom-inject-tag.test.ts > Custom Version Inject Tag > GIVEN custom tag THEN injects version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
👉 Changelog
compare changes
🏡 Chore
❤️ Contributors