Skip to content

Commit

Permalink
Delete: patchを消す
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Sep 7, 2024
1 parent d1599af commit 153a0c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"electron:serve": "cross-env VITE_TARGET=electron vite",
"browser:serve": "cross-env VITE_TARGET=browser vite",
"browser:build": "cross-env VITE_TARGET=browser vite build",
"postinstall": "electron-builder install-app-deps && node build/download7z.js && patch-package",
"postinstall": "electron-builder install-app-deps && node build/download7z.js",
"postuninstall": "electron-builder install-app-deps",
"license:generate": "node build/generateLicenses.js",
"license:merge": "node build/mergeLicenses.js",
Expand Down Expand Up @@ -115,7 +115,6 @@
"happy-dom": "8.4.2",
"license-checker-rseidelsohn": "4.3.0",
"markdownlint-cli": "0.37.0",
"patch-package": "8.0.0",
"prettier": "3.2.5",
"sass": "1.32.13",
"storybook": "8.1.10",
Expand Down
13 changes: 0 additions & 13 deletions patches/@storybook+test-runner+0.19.1.patch

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,9 @@ const createInvalidInputPlay =
if (inputValue) {
await userEvent.type(input, inputValue);
}
if (expectedMessage) {
await waitFor(() =>
expect(canvas.getByText(expectedMessage)).toBeVisible(),
);
}
await waitFor(() =>
expect(canvas.getByText(expectedMessage)).toBeVisible(),
);
};

export const EmptyInput: Story = {
Expand Down

0 comments on commit 153a0c3

Please sign in to comment.