Skip to content

Commit c1048ef

Browse files
committed
test: Remove view test
1 parent 13a9992 commit c1048ef

File tree

4 files changed

+0
-108
lines changed

4 files changed

+0
-108
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
"glob-stream": "^6.1.0",
6464
"google-closure-compiler": "^20200112.0.0",
6565
"gzip-size": "^5.1.1",
66-
"identity-obj-proxy": "^3.0.0",
6766
"jasmine-check": "^1.0.0-rc.0",
6867
"jest": "^25.1.0",
6968
"jest-diff": "^25.1.0",

packages/react-devtools-shared/src/__tests__/HooksTree-test.js

Lines changed: 0 additions & 92 deletions
This file was deleted.

scripts/jest/config.build-devtools.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ packages.forEach(name => {
4343
] = `<rootDir>/build/node_modules/${name}/$1`;
4444
});
4545

46-
// https://jestjs.io/docs/en/webpack#mocking-css-modules
47-
moduleNameMapper['\\.(css|less)$'] = 'identity-obj-proxy';
48-
4946
module.exports = Object.assign({}, baseConfig, {
5047
// Redirect imports to the compiled bundles
5148
moduleNameMapper,

yarn.lock

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6591,11 +6591,6 @@ har-validator@~5.1.0:
65916591
ajv "^6.5.5"
65926592
har-schema "^2.0.0"
65936593

6594-
harmony-reflect@^1.4.6:
6595-
version "1.6.1"
6596-
resolved "https://registry.yarnpkg.com/harmony-reflect/-/harmony-reflect-1.6.1.tgz#c108d4f2bb451efef7a37861fdbdae72c9bdefa9"
6597-
integrity sha512-WJTeyp0JzGtHcuMsi7rw2VwtkvLa+JyfEKJCFyfcS0+CDkjQ5lHPu7zEhFZP+PDSRrEgXa5Ah0l1MbgbE41XjA==
6598-
65996594
has-ansi@^2.0.0:
66006595
version "2.0.0"
66016596
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
@@ -6943,13 +6938,6 @@ icss-utils@^2.1.0:
69436938
dependencies:
69446939
postcss "^6.0.1"
69456940

6946-
identity-obj-proxy@^3.0.0:
6947-
version "3.0.0"
6948-
resolved "https://registry.yarnpkg.com/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz#94d2bda96084453ef36fbc5aaec37e0f79f1fc14"
6949-
integrity sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ=
6950-
dependencies:
6951-
harmony-reflect "^1.4.6"
6952-
69536941
ieee754@^1.1.12, ieee754@^1.1.4:
69546942
version "1.1.13"
69556943
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84"

0 commit comments

Comments
 (0)