Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Nov 5, 2024
1 parent c7c34b9 commit 6cdd613
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 195 deletions.
195 changes: 5 additions & 190 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tasks/transform_conformance/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "transform_conformance",
"version": "0.0.0",
"private": true,
"scripts": {
"vitest": "vitest"
},
"devDependencies": {
"@babel/runtime": "^7.26.0",
"vitest": "^2.1.4"
"@babel/runtime": "^7.26.0"
}
}
2 changes: 1 addition & 1 deletion tasks/transform_conformance/snapshots/babel_exec.snap.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ AssertionError: expected [Function Object] to be [Function Bar] // Object.is equ
❯ ../../node_modules/.pnpm/@babel[email protected]/node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12
❯ Bar.test fixtures/babel-preset-env-test-fixtures-plugins-integration-regression-7064-exec.test.js:14:6
❯ fixtures/babel-preset-env-test-fixtures-plugins-integration-regression-7064-exec.test.js:20:12
❯ ../../node_modules/.pnpm/@vitest[email protected].4/node_modules/@vitest/runner/dist/index.js:146:14
❯ ../../node_modules/.pnpm/@vitest[email protected].2/node_modules/@vitest/runner/dist/index.js:146:14

This error originated in "fixtures/babel-preset-env-test-fixtures-plugins-integration-regression-7064-exec.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "fixtures/babel-preset-env-test-fixtures-plugins-integration-regression-7064-exec.test.js". It might mean one of the following:
Expand Down
Loading

0 comments on commit 6cdd613

Please sign in to comment.