-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskip-plugins.e2e.ts.snap
More file actions
53 lines (31 loc) · 2.46 KB
/
Copy pathskip-plugins.e2e.ts.snap
File metadata and controls
53 lines (31 loc) · 2.46 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`when the user skips installing AI plugin > does not show "Continue work with" on the Done screen > done-no-ide 1`] = `
" Confidence by Spotify https://confidence.spotify.com/
✔ Confidence is ready!
Check the quickstart report below for next steps.
What we have set up:
● Added feature flag example
● Created confidence.config.ts
Full report: [CONFIDENCE_QUICKSTART.md]
Documentation: https://confidence.spotify.com/docs
Dashboard: https://app.confidence.spotify.com
──────────────────────────────────────────────────────────────────────────────────────────────────
What's next?
❯ Exit
enter confirm esc cancel vX.Y.Z"
`;
exports[`when the user skips installing AI plugin > still shows report file and code changes on the Done screen > done-no-ide-with-report 1`] = `
" Confidence by Spotify https://confidence.spotify.com/
✔ Confidence is ready!
Check the quickstart report below for next steps.
What we have set up:
● Added feature flag example
● Created confidence.config.ts
Full report: [CONFIDENCE_QUICKSTART.md]
Documentation: https://confidence.spotify.com/docs
Dashboard: https://app.confidence.spotify.com
──────────────────────────────────────────────────────────────────────────────────────────────────
What's next?
❯ Exit
enter confirm esc cancel vX.Y.Z"
`;