rsnext/test
Joe Haddad 00badd4d58
Initialize Git repo on app creation (#9376)
* Initialize Git repo on app creation
This PR initializes a Git repository after Create Next App runs.

We ensure the app was not created in an already-existing Git or Mercurial repo.

Failures of setup (no Git installed) do not fail the application bootstrapping.

Closes #9077 (replaces)

* Add test

* Update index.test.js
2019-11-10 21:42:51 -08:00
..
.stats-app Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
integration Initialize Git repo on app creation (#9376) 2019-11-10 21:42:51 -08:00
isolated Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
lib Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
unit Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
.babelrc Use preset-react's development option + enable modules transform in test env (#5081) 2018-09-03 16:41:52 +02:00
.gitignore Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00
jest-environment.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
jest-global-setup.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
jest-global-teardown.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00