-
-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathgenerator.spec.ts.snap
More file actions
30 lines (29 loc) · 955 Bytes
/
generator.spec.ts.snap
File metadata and controls
30 lines (29 loc) · 955 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
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`SubGenerator angular-audit of entity-audit JHipster blueprint > run > should succeed 1`] = `
{
".yo-rc.json": {
"stateCleared": "modified",
},
"package.json": {
"stateCleared": "modified",
},
"src/main/webapp/app/admin/entity-audit/entity-audit-event.model.ts": {
"stateCleared": "modified",
},
"src/main/webapp/app/admin/entity-audit/entity-audit-modal.component.html": {
"stateCleared": "modified",
},
"src/main/webapp/app/admin/entity-audit/entity-audit-modal.component.ts": {
"stateCleared": "modified",
},
"src/main/webapp/app/admin/entity-audit/entity-audit.component.html": {
"stateCleared": "modified",
},
"src/main/webapp/app/admin/entity-audit/entity-audit.component.ts": {
"stateCleared": "modified",
},
"src/main/webapp/app/admin/entity-audit/entity-audit.service.ts": {
"stateCleared": "modified",
},
}
`;