docs(assets): add assets, json, svgr usage document #747
Annotations
3 errors
|
Integration Test (Vitest):
tests/integration/asset/index.test.ts#L268
Error: Snapshot `use json 1` mismatched
- Expected
+ Received
- "JSON.parse('{"foo":1,"bar":["2"]}');
+ "var data_namespaceObject = {
+ R: 1,
+ K: [
+ "2"
+ ]
+ };
+ console.log(data_namespaceObject.R);
+ console.log(data_namespaceObject.K);
"
❯ integration/asset/index.test.ts:268:19
|
Integration Test (Vitest)
The operation was canceled.
|
Loading