(id)
| 130 | `, |
| 131 | { |
| 132 | async loadStylesheet(id) { |
| 133 | return { |
| 134 | path: '', |
| 135 | base: '', |
| 136 | content: fs.readFileSync( |
| 137 | path.resolve(__dirname, '..', id === 'tailwindcss' ? 'index.css' : id), |
| 138 | 'utf-8', |
| 139 | ), |
| 140 | } |
| 141 | }, |
| 142 | }, |
| 143 | ), |
| 144 | ).toMatchSnapshot() |
no test coverage detected