this test case will fail: ``` ['should support wild card aliases']: { options: { config: { paths: { '@/*': ['./src/*'] } } }, path: './src/pages/Page.ts', input: "import module from 'module'\nimport Component from '@/pages/components'", output: "import module from 'module'\nimport Component from './components'", }, ```