This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 786
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testing tools and sample project included in builds (#240)
* setup base CRA project, start work on test utils, add dependency testing * change test running in children * didn't know travis persisted cds * rebased and added subscription mocked util * fix syntax in travis file * rebased and updated to new AC * update tests to new AC * switch to use internal testing utilties * remove extra file * turn off flow for now * add a few sample projects and locally fix failing test env * fix directory name * revert back AC for type issue * chore: version bump
- Loading branch information
James Baxley
authored
Oct 31, 2016
1 parent
091d65e
commit 87bcc44
Showing
89 changed files
with
10,027 additions
and
645 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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// This file is automatically generated by [email protected] | ||
// Please do not modify it manually. All changes will be lost. | ||
try { | ||
var path = require("path"); | ||
var Launcher = require("/Users/james.baxley/.vscode/extensions/vsmobile.vscode-react-native-0.2.0/out/debugger/launcher.js").Launcher; | ||
new Launcher(path.resolve(__dirname, "..")).launch(); | ||
} catch (e) { | ||
throw new Error("Unable to launch application. Try deleting .vscode/launchReactNative.js and restarting vscode."); | ||
} |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[ignore] | ||
<PROJECT_ROOT>/node_modules/fbjs/.* | ||
|
||
[options] | ||
suppress_type=$FlowIssue |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# See http://help.github.com/ignore-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
node_modules | ||
|
||
# testing | ||
coverage | ||
|
||
# production | ||
build | ||
|
||
# misc | ||
.DS_Store | ||
.env | ||
npm-debug.log |
Oops, something went wrong.