mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
50228cf6ff
Refs: https://github.com/nodejs/node/pull/31553 Refs: https://github.com/nodejs/node/pull/32953 PR-URL: https://github.com/nodejs/node/pull/34001 Refs: https://github.com/nodejs/node/pull/34002 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
6 lines
156 B
JavaScript
6 lines
156 B
JavaScript
import '../common/index.mjs';
|
|
import assert, { strict } from 'assert';
|
|
import assertStrict from 'assert/strict';
|
|
|
|
assert.strictEqual(strict, assertStrict);
|