mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	chore: fix CI issues
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| import { Footer } from 'components/Footer' | ||||
| import { Footer } from '@/components/Footer' | ||||
| 
 | ||||
| describe('<Footer />', () => { | ||||
|   it('should render with appropriate link tag version', () => { | ||||
| @@ -3,21 +3,22 @@ | ||||
|   "compilerOptions": { | ||||
|     "target": "ESNext", | ||||
|     "module": "ESNext", | ||||
|     "moduleResolution": "node", | ||||
|     "allowJs": true, | ||||
|     "jsx": "preserve", | ||||
|     "sourceMap": true, | ||||
|     "removeComments": true, | ||||
|     "noEmit": true, | ||||
|     "types": ["cypress"], | ||||
|     "baseUrl": ".", | ||||
|     "lib": ["dom", "dom.iterable", "ESNext"], | ||||
|     "allowJs": true, | ||||
|     "baseUrl": ".", | ||||
|     "paths": { | ||||
|       "@/*": ["./*"] | ||||
|     }, | ||||
|     "types": ["cypress"], | ||||
|     "noEmit": true, | ||||
|     "moduleResolution": "node", | ||||
|     "resolveJsonModule": true, | ||||
|     "isolatedModules": true, | ||||
|     "jsx": "preserve", | ||||
|     "incremental": true, | ||||
|     "exactOptionalPropertyTypes": false, | ||||
|     "verbatimModuleSyntax": false | ||||
|     "verbatimModuleSyntax": false, | ||||
|     "isolatedModules": true | ||||
|   }, | ||||
|   "exclude": ["dist", ".next", "out", "next.config.js"], | ||||
|   "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"] | ||||
|   "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], | ||||
|   "exclude": ["node_modules"] | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user