Skip to content

Commit

Permalink
chore: node:assert
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jun 8, 2024
1 parent 73868f4 commit a64b798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/shared/deep-merge-arrays.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Requirements
//------------------------------------------------------------------------------

const assert = require("assert");
const assert = require("node:assert");
const { deepMergeArrays } = require("../../../lib/shared/deep-merge-arrays");

//------------------------------------------------------------------------------
Expand Down

0 comments on commit a64b798

Please sign in to comment.