Commit 05fc913a authored by ippa's avatar ippa Committed by Dan Abramov
Browse files

fix typo setupTest.js -> setupTests.js (#555)

parent 3baad4ee
Showing with 2 additions and 2 deletions
+2 -2
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* **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)) * **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))
* 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)) * 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))
* 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)) * 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))
* 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)) * 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))
### Migrating from 0.3.1 to 0.4.0 ### Migrating from 0.3.1 to 0.4.0
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
Inside any created project that has not been ejected, run: Inside any created project that has not been ejected, run:
``` ```
npm install --save-dev --save-exact react-scripts@0.4.0 npm install --save-dev --save-exact react-scripts@0.3.1
``` ```
### Breaking Change in 0.4.0 ### Breaking Change in 0.4.0
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment