Approve & reject proposal e2e (#298)
This commit is contained in:
15
e2e-tests/fixtures/write-index.md
Normal file
15
e2e-tests/fixtures/write-index.md
Normal file
@@ -0,0 +1,15 @@
|
||||
OK, I'm going to do some writing now...
|
||||
|
||||
<dyad-write path="src/pages/Index.tsx" description="write-description">
|
||||
const Index = () => {
|
||||
return (
|
||||
<div>
|
||||
Testing:write-index!
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Index;
|
||||
</dyad-write>
|
||||
|
||||
And it's done!
|
||||
Reference in New Issue
Block a user