File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ async function purgeItems(rootDir: string) {
5555 // Remove item module files and related React components.
5656 await remove ( rootDir , "src/express/modules/item" ) ;
5757 await remove ( rootDir , "src/react/components/item" ) ;
58- await remove ( rootDir , "tests/react/item.test.tsx " ) ;
58+ await remove ( rootDir , "tests/react/components/ item" ) ;
5959
6060 // Remove item routes from Express.
6161 await updateFile ( rootDir , "src/express/routes.ts" , ( content ) =>
@@ -100,7 +100,7 @@ async function purgeAuth(rootDir: string) {
100100 await remove ( rootDir , "src/express/modules/auth" ) ;
101101 await remove ( rootDir , "src/express/modules/user" ) ;
102102 await remove ( rootDir , "src/react/components/auth" ) ;
103- await remove ( rootDir , "tests/react/auth.test.tsx " ) ;
103+ await remove ( rootDir , "tests/react/components/ auth" ) ;
104104
105105 // Remove auth/user routes from Express.
106106 await updateFile ( rootDir , "src/express/routes.ts" , ( content ) =>
You can’t perform that action at this time.
0 commit comments