Skip to content

Commit b8383d1

Browse files
committed
test: 💍 disable testing
1 parent df93d61 commit b8383d1

File tree

3 files changed

+129
-1770
lines changed

3 files changed

+129
-1770
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- *Versions
3636
- *Install
3737
- *Build
38-
- *Test
38+
# - *Test
3939
- *Post_to_dev_null
4040

4141
master:
@@ -45,7 +45,7 @@ jobs:
4545
- *Versions
4646
- *Install
4747
- *Build
48-
- *Test
48+
# - *Test
4949
- *Post_to_dev_null
5050
- run:
5151
name: Release
@@ -59,7 +59,7 @@ jobs:
5959
- *Versions
6060
- *Install
6161
- *Build
62-
- *Test
62+
# - *Test
6363
- *Post_to_dev_null
6464
- run:
6565
name: Post to Slack on FAILURE

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"prettier": "prettier --ignore-path .gitignore --write 'src/**/*.{ts,tsx,js,jsx}'",
2020
"prettier:diff": "prettier -l 'src/**/*.{ts,tsx,js,jsx}'",
2121
"tslint": "tslint 'src/**/*.{js,jsx,ts,tsx}' -t verbose",
22-
"test": "jest --no-cache --config='jest.config.js'",
22+
"test": "echo 'Testing is not configured...'",
2323
"release": "semantic-release",
2424
"clean": "rimraf lib esm",
2525
"build:cjs": "tsc",
@@ -49,22 +49,19 @@
4949
"@storybook/addon-options": "5.3.21",
5050
"@storybook/addon-viewport": "6.4.9",
5151
"@storybook/react": "6.4.9",
52-
"@types/jest": "27.0.3",
5352
"@types/react": "17.0.37",
5453
"@types/react-dom": "17.0.11",
5554
"babel-loader": "8.2.3",
5655
"fork-ts-checker-webpack-plugin": "6.5.0",
5756
"git-cz": "4.8.0",
5857
"husky": "6.0.0",
59-
"jest": "27.4.3",
6058
"prettier": "2.5.1",
6159
"pretty-quick": "3.1.2",
6260
"react": "17.0.2",
6361
"react-dom": "17.0.2",
6462
"rimraf": "3.0.2",
6563
"semantic-release": "17.4.2",
6664
"storybook-readme": "5.0.9",
67-
"ts-jest": "27.1.1",
6865
"ts-loader": "8.3.0",
6966
"ts-node": "9.1.1",
7067
"tslint": "5.20.1",

0 commit comments

Comments
 (0)