Skip to content

Commit

Permalink
Merge branch 'main' of github.com:YassinEldeeb/create-prisma-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
YassinEldeeb committed Jan 5, 2022
2 parents 3e78650 + bc53e79 commit 2b1c3e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The generated package contains `index.js` and that acts like a tiny CLI that tak
Note that you can do whatever you want with this CLI like configuring existing files but this is just the default boilerplate that's most commonly used.

> `index.js` has to be named exactly like this and export a default function cause tests depends on it when mocking `child_process` executed CLIs.
> If you're interested you can see the [whole shebang](https://github.com/YassinEldeeb/create-prisma-generator/blob/main/packages/create-prisma-generator/src/__tests__/e2e/check-boilerplate-output.test.ts#L95-L121)
> If you're interested you can see the [whole shebang](https://github.com/YassinEldeeb/create-prisma-generator/blob/main/packages/create-prisma-generator/src/__tests__/e2e/check-boilerplate-output.test.ts#L96-L122)
```js
const path = require('path')
const fs = require('fs')
Expand Down
2 changes: 2 additions & 0 deletions TESTING.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
## Testing

coming soon..

0 comments on commit 2b1c3e3

Please sign in to comment.