From a01af067d79e78ea8e2c21cf0ef92d86d425f8eb Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Fri, 17 Feb 2023 23:58:52 +0900 Subject: test: add node compat tests (#17805) --- .../node_compat/test/parallel/test-assert-strict-exists.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 cli/tests/node_compat/test/parallel/test-assert-strict-exists.js (limited to 'cli/tests/node_compat/test/parallel/test-assert-strict-exists.js') diff --git a/cli/tests/node_compat/test/parallel/test-assert-strict-exists.js b/cli/tests/node_compat/test/parallel/test-assert-strict-exists.js new file mode 100644 index 000000000..79139f1e5 --- /dev/null +++ b/cli/tests/node_compat/test/parallel/test-assert-strict-exists.js @@ -0,0 +1,13 @@ +// deno-fmt-ignore-file +// deno-lint-ignore-file + +// Copyright Joyent and Node contributors. All rights reserved. MIT license. +// Taken from Node 18.12.1 +// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually + +'use strict'; + +require('../common'); +const assert = require('assert'); + +assert.strictEqual(require('assert/strict'), assert.strict); -- cgit v1.2.3