File tree Expand file tree Collapse file tree 1 file changed +0
-46
lines changed
Expand file tree Collapse file tree 1 file changed +0
-46
lines changed Original file line number Diff line number Diff line change @@ -188,52 +188,6 @@ describe("Git Hooks Configurations", () => {
188188 } ) ;
189189 } ) ;
190190
191- describe ( "Ultracite Integration" , ( ) => {
192- it ( "should work with ultracite + lefthook" , async ( ) => {
193- const result = await runTRPCTest ( {
194- projectName : "ultracite-lefthook" ,
195- addons : [ "ultracite" ] ,
196- gitHooks : "lefthook" ,
197- frontend : [ "tanstack-router" ] ,
198- backend : "hono" ,
199- runtime : "bun" ,
200- database : "sqlite" ,
201- orm : "drizzle" ,
202- auth : "none" ,
203- api : "trpc" ,
204- examples : [ "none" ] ,
205- dbSetup : "none" ,
206- webDeploy : "none" ,
207- serverDeploy : "none" ,
208- install : false ,
209- } ) ;
210-
211- expectSuccess ( result ) ;
212- } ) ;
213-
214- it ( "should work with ultracite + husky" , async ( ) => {
215- const result = await runTRPCTest ( {
216- projectName : "ultracite-husky" ,
217- addons : [ "ultracite" ] ,
218- gitHooks : "husky" ,
219- frontend : [ "tanstack-router" ] ,
220- backend : "hono" ,
221- runtime : "bun" ,
222- database : "sqlite" ,
223- orm : "drizzle" ,
224- auth : "none" ,
225- api : "trpc" ,
226- examples : [ "none" ] ,
227- dbSetup : "none" ,
228- webDeploy : "none" ,
229- serverDeploy : "none" ,
230- install : false ,
231- } ) ;
232-
233- expectSuccess ( result ) ;
234- } ) ;
235- } ) ;
236-
237191 describe ( "Hooks Default Behavior" , ( ) => {
238192 it ( "should use default hooks when not specified" , async ( ) => {
239193 const result = await runTRPCTest ( {
You can’t perform that action at this time.
0 commit comments