Skip to content

Commit

Permalink
include the node: prefix (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
planttheidea authored Jan 18, 2025
1 parent 57d1b0a commit 078f427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable @typescript-eslint/no-var-requires */

import { deepStrictEqual as assertDeepStrictEqual } from 'assert';
import { deepStrictEqual as assertDeepStrictEqual } from 'node:assert';
import tests from '../__tests__/__helpers__/testSuites.js';

import deepEql from 'deep-eql';
Expand Down

0 comments on commit 078f427

Please sign in to comment.