Skip to content

Commit 00b8748

Browse files
committed
Fix package.json module naming collisions
Via warning from jest-haste-map: Haste module naming collision: basic The following files share their name; please adjust your hasteImpl: * <rootDir>/tests/fixtures/css/basic/package.json * <rootDir>/tests/fixtures/js/basic/package.json
1 parent 7c6a82d commit 00b8748

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/fixtures/css/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "basic",
2+
"name": "css-basic",
33
"version": "1.0.0",
44
"browserslist": [
55
"extends browserslist-config-webfactory/default"

tests/fixtures/js/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "basic",
2+
"name": "js-basic",
33
"version": "1.0.0",
44
"browserslist": [
55
"extends browserslist-config-webfactory/default"

0 commit comments

Comments
 (0)