parse.test.ts.snap
1 // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing 2 3 exports[`parse parses into a JSON-stringifiable object 1`] = `"{"product_id":"1dd7b7aa-515e-405f-85a9-8ac812242609","name":"Wireless Bluetooth Headphones","brand":"AudioTech","price":"129.99","dimensions":[18.5,15.2,7.8],"weight":0.285,"in_stock":true,"specifications":{"battery_life":"30h","noise_cancellation":true,"connectivity":["Bluetooth 5.0","3.5mm Jack"]},"image_thumbnail":[137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,100],"tags":["electronics","audio","wireless"],"release_date":"2023-11-15","warranty_period":null,"customer_ratings":{"latest_review":"Absolutely \\"\\"astounding\\"\\"!! 😎","average":4.5,"count":127},"created_at":"2023-11-17T21:50:43+00:00"}"`;