refactor: switch from mitata to tatami-ng
[benchmarks-js.git] / is-undefined.mjs
index 895d41c9b333fac8fb52422d53d857f6f8fa9008..34c2acda0425108cce7bc93c23d967a46c29d59f 100644 (file)
@@ -1,4 +1,4 @@
-import { bench, group, run } from 'mitata'
+import { bench, group, run } from 'tatami-ng'
 
 group('Is undefined', () => {
   bench('=== undefined', (value = undefined) => {