diff --git a/app/client/packages/design-system/widgets-old/package.json b/app/client/packages/design-system/widgets-old/package.json index 0708a2954a..b044092976 100644 --- a/app/client/packages/design-system/widgets-old/package.json +++ b/app/client/packages/design-system/widgets-old/package.json @@ -6,16 +6,8 @@ "author": "Valera Melnikov , Pawan Kumar ", "license": "Apache-2.0", "scripts": { - "storybook": "start-storybook -p 6006", - "build-storybook": "build-storybook", - "create-story": "./create_story.sh", - "test": "jest", - "test:watch": "jest --watch", - "test-storybook": "test-storybook", - "test-storybook:ci": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"yarn build-storybook --quiet && npx http-server storybook-static --port 6006 --silent\" \"wait-on tcp:6006 && yarn test-storybook\"", - "chromatic": "chromatic --project-token=CHROMATIC_PROJECT_TOKEN", - "lint:ci": "eslint --cache .", - "prettier:ci": "prettier --check ." + "lint": "eslint --cache .", + "prettier": "prettier --check ." }, "devDependencies": { "@svgr/webpack": "5.5.0", diff --git a/app/client/packages/design-system/widgets-old/src/Button/Button.test.tsx b/app/client/packages/design-system/widgets-old/src/Button/Button.test.tsx deleted file mode 100644 index db0dd79888..0000000000 --- a/app/client/packages/design-system/widgets-old/src/Button/Button.test.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from "react"; -import "@testing-library/jest-dom"; -import { render, screen } from "@testing-library/react"; -import Button, { Size } from "./index"; -import { create } from "react-test-renderer"; - -describe("