-
Notifications
You must be signed in to change notification settings - Fork 409
Expand file tree
/
Copy pathcache.test.ts.snap
More file actions
33 lines (31 loc) · 884 Bytes
/
cache.test.ts.snap
File metadata and controls
33 lines (31 loc) · 884 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
// Rstest Snapshot v1
exports[`builder rspack with cache > should disable cache by default 1`] = `
{
"buildDependencies": [
"<WORKSPACE>/packages/cli/builder/package.json",
"<WORKSPACE>/packages/cli/builder/tsconfig.json",
"modern.config.ts",
],
"storage": {
"directory": "<WORKSPACE>/packages/cli/builder/node_modules/.cache/rspack",
"type": "filesystem",
},
"type": "persistent",
"version": "web-test",
}
`;
exports[`builder rspack with cache > should generator rspack config correctly with cache 1`] = `
{
"buildDependencies": [
"<WORKSPACE>/packages/cli/builder/package.json",
"<WORKSPACE>/packages/cli/builder/tsconfig.json",
"modern.config.ts",
],
"storage": {
"directory": "<WORKSPACE>/packages/cli/builder/node_modules/.cache/rspack",
"type": "filesystem",
},
"type": "persistent",
"version": "web-test",
}
`;