File tree 4 files changed +4
-4
lines changed
react-scripts/fixtures/kitchensink
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The easiest way to use this configuration is with [Create React App](https://git
12
12
13
13
## Usage Outside of Create React App
14
14
15
- If you want to use this Babel preset in a project not built with Create React App, you can install it with following steps.
15
+ If you want to use this Babel preset in a project not built with Create React App, you can install it with the following steps.
16
16
17
17
First, [ install Babel] ( https://babeljs.io/docs/setup/ ) .
18
18
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ The easiest way to use this configuration is with [Create React App](https://git
14
14
15
15
## Usage Outside of Create React App
16
16
17
- If you want to use this ESLint configuration in a project not built with Create React App, you can install it with following steps.
17
+ If you want to use this ESLint configuration in a project not built with Create React App, you can install it with the following steps.
18
18
19
19
First, install this package, ESLint and the necessary plugins.
20
20
Original file line number Diff line number Diff line change 5
5
## Development
6
6
7
7
When developing within this package, make sure you run ` npm start ` (or ` yarn start ` ) so that the files are compiled as you work.
8
- This is ran in watch mode by default.
8
+ This is run in watch mode by default.
9
9
10
10
If you would like to build this for production, run ` npm run build:prod ` (or ` yarn build:prod ` ).<br >
11
11
If you would like to build this one-off for development, you can run ` NODE_ENV=development npm run build ` (or ` NODE_ENV=development yarn build ` ).
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ For every test case added there is just a little chore to do:
45
45
46
46
- add a test case in the appropriate integration test file, which calls and awaits ` initDOM ` with the previous ` SwitchCase ` string
47
47
48
- An usual flow for the test itself is something similar to:
48
+ A usual flow for the test itself is something similar to:
49
49
50
50
- add an ` id ` attribute in a target HTML tag in the feature itself
51
51
You can’t perform that action at this time.
0 commit comments