-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d4841c1
commit 9b3939d
Showing
2 changed files
with
50 additions
and
52 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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`causes tests to be printed in different lines 1`] = ` | ||
exports[`--listTests flag causes tests to be printed out as JSON when using the --json flag 1`] = `"["/MOCK_ABSOLUTE_PATH/e2e/list-tests/__tests__/dummy.test.js","/MOCK_ABSOLUTE_PATH/e2e/list-tests/__tests__/other.test.js"]"`; | ||
|
||
exports[`--outputFile flag causes tests to be saved in the file as JSON 1`] = `"["/MOCK_ABSOLUTE_PATH/e2e/list-tests/__tests__/dummy.test.js","/MOCK_ABSOLUTE_PATH/e2e/list-tests/__tests__/other.test.js"]"`; | ||
|
||
exports[`--outputFile flag causes tests to be saved in the file in different lines 1`] = ` | ||
"/MOCK_ABSOLUTE_PATH/e2e/list-tests/__tests__/dummy.test.js | ||
/MOCK_ABSOLUTE_PATH/e2e/list-tests/__tests__/other.test.js" | ||
`; | ||
|
||
exports[`causes tests to be printed out as JSON when using the --json flag 1`] = `"["/MOCK_ABSOLUTE_PATH/e2e/list-tests/__tests__/dummy.test.js","/MOCK_ABSOLUTE_PATH/e2e/list-tests/__tests__/other.test.js"]"`; | ||
|
||
exports[`causes tests to be saved in the file as JSON 1`] = `"["/MOCK_ABSOLUTE_PATH/e2e/list-tests/__tests__/dummy.test.js","/MOCK_ABSOLUTE_PATH/e2e/list-tests/__tests__/other.test.js"]"`; | ||
|
||
exports[`causes tests to be saved in the file in different lines 1`] = ` | ||
exports[`causes tests to be printed in different lines 1`] = ` | ||
"/MOCK_ABSOLUTE_PATH/e2e/list-tests/__tests__/dummy.test.js | ||
/MOCK_ABSOLUTE_PATH/e2e/list-tests/__tests__/other.test.js" | ||
`; |
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