build(deps-dev): apply updates
[benchmarks-js.git] / json-stringify.mjs
index 3844fba65f63235426e1e3114eaed3981a3cc906..ce58552ff53dbfa101f6374f6080421d1697c8b5 100644 (file)
@@ -7,8 +7,8 @@ const sampleObj = {
   expertise: ['html', 'css', 'react'],
   address: {
     city: 'New york',
-    state: 'NY'
-  }
+    state: 'NY',
+  },
 }
 
 group('JSON stringify', () => {
@@ -18,5 +18,5 @@ group('JSON stringify', () => {
 })
 
 await run({
-  units: true
+  units: true,
 })