Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🆙bump: update dependencies #669

Closed
wants to merge 3 commits into from

Conversation

Marukome0743
Copy link
Member

@Marukome0743 Marukome0743 commented Oct 24, 2024

@github-actions github-actions bot added 📦dependencies Pull requests that update a dependency file 🪸git Modify .gitattributes and .gitignore ♻️ci Changes to CI configuration files and scripts 🆚vscode Improvements or additions to vscode settings ⚙️config Update configuration files labels Oct 24, 2024
Copy link

❌Test Failed

@Marukome0743, your commit 494acf0 failed the test.

Show Test Log
bun test v1.1.33-canary.16 (6f60523e)

::group::test/e2e/index.test.ts:

# Unhandled error between tests
-------------------------------

::error file=node_modules/playwright/lib/common/testType.js,line=72,col=13,title=error: Playwright Test did not expect test() to be called here.::- You are calling test() in a configuration file.%0A- You are calling test() in a file that is imported by the configuration file.%0A- You have two different versions of @playwright/test. This usually happens%0A  when one of the dependencies in your package.json depends on @playwright/test.%0A      at _currentSuite (/home/runner/work/rasnage/rasnage/node_modules/playwright/lib/common/testType.js:72:13)%0A      at _createTest (/home/runner/work/rasnage/rasnage/node_modules/playwright/lib/common/testType.js:78:24)%0A      at /home/runner/work/rasnage/rasnage/test/e2e/index.test.ts:3:1
67 |     this.test = test;
68 |   }
69 |   _currentSuite(location, title) {
70 |     const suite = (0, _globals.currentlyLoadingFileSuite)();
71 |     if (!suite) {
72 |       throw new Error([`Playwright Test did not expect ${title} to be called here.`, `Most common reasons include:`, `- You are calling ${title} in a configuration file.`, `- You are calling ${title} in a file that is imported by the configuration file.`, `- You have two different versions of @playwright/test. This usually happens`, `  when one of the dependencies in your package.json depends on @playwright/test.`].join('\n'));
                 ^
error: Playwright Test did not expect test() to be called here.
Most common reasons include:
- You are calling test() in a configuration file.
- You are calling test() in a file that is imported by the configuration file.
- You have two different versions of @playwright/test. This usually happens
  when one of the dependencies in your package.json depends on @playwright/test.
      at _currentSuite (/home/runner/work/rasnage/rasnage/node_modules/playwright/lib/common/testType.js:72:13)
      at _createTest (/home/runner/work/rasnage/rasnage/node_modules/playwright/lib/common/testType.js:78:24)
      at /home/runner/work/rasnage/rasnage/test/e2e/index.test.ts:3:1
-------------------------------


::group::test/app/page.test.tsx:
(pass) Image test [4.50ms]

::endgroup::

 1 pass
 1 fail
 1 error
 6 expect() calls
Ran 2 tests across 2 files. [599.00ms]

👀View in Actions

@Marukome0743 Marukome0743 deleted the pr669 branch October 31, 2024 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♻️ci Changes to CI configuration files and scripts ⚙️config Update configuration files 📦dependencies Pull requests that update a dependency file 🪸git Modify .gitattributes and .gitignore 🆚vscode Improvements or additions to vscode settings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant