Skip to content

Commit

Permalink
chore(node): fix node testing config (#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored Dec 11, 2021
1 parent 2f584bc commit 983cf6a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions node/_tools/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"index.js",
"tmpdir.js"
],
"fixtures": [
"child-process-spawn-node.js"
],
"internet": [
"test-dns-idna.js",
"test-dns-ipv4.js",
Expand Down Expand Up @@ -48,8 +51,12 @@
"tests": {
"common": [
"dns.js",
"fixtures.js",
"internet.js"
],
"fixtures": [
"child-process-spawn-node.js"
],
"internet": [
"test-dns-idna.js",
"test-dns-ipv4.js",
Expand Down
7 changes: 5 additions & 2 deletions node/_tools/suites/common/fixtures.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// deno-fmt-ignore-file
// deno-lint-ignore-file

// Copyright Joyent and Node contributors. All rights reserved. MIT license.
// Taken from Node 16.13.0
// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually

'use strict';

Expand Down Expand Up @@ -33,4 +37,3 @@ module.exports = {
readKey: readFixtureKey,
readKeys: readFixtureKeys,
};

0 comments on commit 983cf6a

Please sign in to comment.