Skip to content

Commit 7f1b6f5

Browse files
committed
Correct names in rescript.json
1 parent cfcdcea commit 7f1b6f5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

rescript.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"bs-dependencies": [
44
"@tests/gentype-react-example",
55
"@tests/rescript-react",
6-
"@tests/analysis"
6+
"@tests/analysis",
7+
"@tests/generic-jsx-transform",
8+
"@tests/reanalyze-deadcode"
79
]
810
}

tests/analysis_tests/tests-generic-jsx-transform/rescript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "test-generic-jsx-transform",
2+
"name": "@tests/generic-jsx-transform",
33
"sources": [
44
{
55
"dir": "src",

tests/analysis_tests/tests-reanalyze/deadcode/rescript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"unsuppress": [],
66
"transitive": true
77
},
8-
"name": "sample-typescript-app",
8+
"name": "@tests/reanalyze-deadcode",
99
"jsx": { "version": 4 },
1010
"bs-dependencies": ["@rescript/react"],
1111
"sources": [

0 commit comments

Comments
 (0)