Skip to content

Commit bdb7f02

Browse files
author
John Doe
committed
chore: remove unused int test config from models and plugin-lighthouse
1 parent 88e43d5 commit bdb7f02

File tree

4 files changed

+2
-65
lines changed

4 files changed

+2
-65
lines changed

packages/models/project.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
]
1919
},
2020
"lint": {},
21-
"unit-test": {},
22-
"int-test": {
23-
"options": {}
24-
}
21+
"unit-test": {}
2522
},
2623
"tags": ["scope:shared", "type:util", "publishable"]
2724
}

packages/models/vitest.int.config.ts

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

packages/plugin-lighthouse/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"targets": {
77
"build": {},
88
"lint": {},
9-
"unit-test": {},
10-
"int-test": {}
9+
"unit-test": {}
1110
},
1211
"tags": ["scope:plugin", "type:feature", "publishable"]
1312
}

packages/plugin-lighthouse/vitest.int.config.ts

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

0 commit comments

Comments
 (0)