Skip to content

Merge branch 'main' of https://github.com/monstar-lab-oss/reactjs-boi… #1196

Merge branch 'main' of https://github.com/monstar-lab-oss/reactjs-boi…

Merge branch 'main' of https://github.com/monstar-lab-oss/reactjs-boi… #1196

Triggered via push September 19, 2024 05:45
Status Failure
Total duration 1m 2s
Artifacts

tests.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build (18)
start-frontend#test: command (/home/runner/work/ml-frontend/ml-frontend/packages/start-frontend) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
__tests__/cli.test.ts > start-frontend > handle interactive configuration on CLI: packages/start-frontend/__tests__/cli.test.ts#L121
AssertionError: expected '\n/home/runner/work/_temp\n├── .eslin…' to contain '\n├── .eslintignore\n├── .eslintrc.cj…' - Expected + Received + /home/runner/work/_temp ├── .eslintignore ├── .eslintrc.cjs ├── .gitignore ├── .prettierignore ├── .prettierrc ├── .storybook | ├── main.ts | ├── preview-head.html | └── preview.ts ├── __mocks__ | ├── browser.ts | ├── index.ts | ├── request-handlers.ts | └── server.ts ├── __tests__ | ├── About.test.ts | ├── Home.test.ts | └── utils | └── global-setup.ts ├── env.d.ts ├── index.html ├── package.json ├── playwright.config.ts ├── public | ├── favicon.svg | └── mockServiceWorker.js ├── src - | ├── app.tsx | ├── assets | | ├── base.css | | └── main.css | ├── components | | ├── Button.tsx | | └── button.module.css | ├── context.tsx | ├── main.tsx | ├── modules | | └── restful | | ├── components | | | ├── user-form.test.tsx | | | ├── user-form.tsx | | | ├── user-list.test.tsx | | | ├── user-list.tsx | | | ├── user-view.test.tsx | | | └── user-view.tsx | | ├── hooks | | | ├── use-user.test.tsx | | | └── use-user.ts | | └── index.ts | ├── routes.tsx | └── ui | ├── nav-link.tsx | └── pages | ├── about | | └── index.tsx | ├── index.tsx | ├── layout.tsx | └── not-found | └── index.tsx ├── stories | └── Button.stories.tsx ├── tsconfig.json ├── tsconfig.node.json ├── vite.config.ts ├── vitest.config.ts └── vitest.setup.ts + + directory: 17 file: 48 + + + + ❯ __tests__/cli.test.ts:121:22
build (18)
Process completed with exit code 1.