(text)
| 144 | } |
| 145 | |
| 146 | function appPageCode(text) { |
| 147 | return `import Client from "./client.tsx"; |
| 148 | export default () => <div>${text}<Client /></div>;` |
| 149 | } |
| 150 | |
| 151 | describe('next.rs api writeToDisk multiple times', () => { |
| 152 | it('should allow to write to disk multiple times', async () => { |