forked from WordPress/gutenberg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert mobile RN testsuite integration (WordPress#11318)
* Revert "Have Travis run mobile tests that use the parent code (WordPress#10034)" This reverts commit b1d9fb7. * Revert "Integrate the mobile React Native testsuite with the main Gutenberg build (WordPress#9883)" This reverts commit cb908cf.
- Loading branch information
Showing
10 changed files
with
5 additions
and
99 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,3 @@ node_modules | |
test/e2e/test-plugins | ||
vendor | ||
packages/block-serialization-spec-parser/index.js | ||
gutenberg-mobile |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Submodule gutenberg-mobile
deleted from
776bb2
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,18 +1,11 @@ | ||
{ | ||
"rootDir": "../../", | ||
"coveragePathIgnorePatterns": [ | ||
"/node_modules/", | ||
"<rootDir>/gutenberg-mobile/" | ||
], | ||
"preset": "jest-puppeteer", | ||
"setupTestFrameworkScriptFile": "<rootDir>/test/e2e/support/setup-test-framework.js", | ||
"testMatch": [ | ||
"<rootDir>/test/e2e/specs/**/(*.)test.js" | ||
], | ||
"transform": { | ||
"^.+\\.jsx?$": "<rootDir>/node_modules/babel-jest" | ||
}, | ||
"modulePathIgnorePatterns": [ | ||
"<rootDir>/gutenberg-mobile/" | ||
] | ||
} | ||
} |
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