Skip to content

Commit 05fc913

Browse files
ippagaearon
ippa
authored andcommitted
fix typo setupTest.js -> setupTests.js (#555)
1 parent 3baad4e commit 05fc913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
* **Breaking Change:** Disabled implicit serving of source files in development. ([@gaearon](https://github.com/gaearon) in [#551](https://github.com/facebookincubator/create-react-app/pull/551))
66
* You can use `NODE_PATH` environment variable for absolute `import` paths. ([@jimmyhmiller](https://github.com/jimmyhmiller) in [#476](https://github.com/facebookincubator/create-react-app/pull/476))
7-
* If `src/setupTest.js` exists, it will be used to setup the test environment. ([@gaelduplessix](https://github.com/gaelduplessix) in [#548](https://github.com/facebookincubator/create-react-app/pull/548))
7+
* If `src/setupTests.js` exists, it will be used to setup the test environment. ([@gaelduplessix](https://github.com/gaelduplessix) in [#548](https://github.com/facebookincubator/create-react-app/pull/548))
88
* If `HTTPS` environment variable is set to `true`, development server will run in HTTPS mode. ([@dceddia](https://github.com/dceddia) in [#552](https://github.com/facebookincubator/create-react-app/pull/552))
99

1010
### Migrating from 0.3.1 to 0.4.0
1111

1212
Inside any created project that has not been ejected, run:
1313

1414
```
15-
npm install --save-dev --save-exact react-scripts@0.4.0
15+
npm install --save-dev --save-exact react-scripts@0.3.1
1616
```
1717

1818
### Breaking Change in 0.4.0

0 commit comments

Comments
 (0)