-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from form8ion/alpha
- Loading branch information
Showing
12 changed files
with
4,426 additions
and
1,422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
extends: | ||
- '@form8ion' | ||
- '@form8ion/mocha' | ||
- '@form8ion/jest' | ||
|
||
overrides: | ||
- files: example.js | ||
rules: | ||
import/no-extraneous-dependencies: off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
// #### Import | ||
// remark-usage-ignore-next | ||
/* eslint-disable-next-line no-unused-vars */ | ||
import jestScaffolder from './lib/index.cjs'; | ||
import stubbedFs from 'mock-fs'; | ||
import {scaffold} from './lib/index.cjs'; | ||
|
||
// remark-usage-ignore-next | ||
stubbedFs(); | ||
|
||
// #### Execute | ||
|
||
(async function example() { | ||
await scaffold({projectRoot: process.cwd()}); | ||
}()); |
Oops, something went wrong.