forked from jestjs/jest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmultiProjectRunner.test.ts.snap
More file actions
37 lines (32 loc) · 981 Bytes
/
multiProjectRunner.test.ts.snap
File metadata and controls
37 lines (32 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`can pass projects or global config 1`] = `
Test Suites: 3 failed, 3 total
Tests: 0 total
Snapshots: 0 total
Time: <<REPLACED>>
Ran all test suites.
`;
exports[`can pass projects or global config 2`] = `
Test Suites: 3 passed, 3 total
Tests: 3 passed, 3 total
Snapshots: 0 total
Time: <<REPLACED>>
Ran all test suites in 3 projects.
`;
exports[`can pass projects or global config 3`] = `
PASS BACKEND project1/__tests__/file1.test.js
PASS UI project3/__tests__/file1.test.js
PASS project2/__tests__/file1.test.js
`;
exports[`can pass projects or global config 4`] = `
Test Suites: 3 passed, 3 total
Tests: 3 passed, 3 total
Snapshots: 0 total
Time: <<REPLACED>>
Ran all test suites in 3 projects.
`;
exports[`can pass projects or global config 5`] = `
PASS BACKEND project1/__tests__/file1.test.js
PASS UI project3/__tests__/file1.test.js
PASS project2/__tests__/file1.test.js
`;