Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Soremwar committed Feb 9, 2021
1 parent 7988ed5 commit c2a9cd3
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ const leftPad = require("left-pad");
This library contains automated tests pulled directly from the Node repo in
order ensure compatibility.

Setting up the test runner is as simple as running the `node/tools/setup.ts`
Setting up the test runner is as simple as running the `node/_tools/setup.ts`
file, this will pull the configured tests in and then add them to the test
workflow.

To enable new tests, simply add a new entry inside `node/tools/config.json`
To enable new tests, simply add a new entry inside `node/_tools/config.json`
under the `tests` property. The structure this entries must have has to resemble
a path inside `https://github.com/nodejs/node/tree/master/test`.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion node/tools/setup.ts → node/_tools/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ async function decompressTests(filePath: string) {
"// deno-fmt-ignore-file\n// deno-lint-ignore-file\n" +
"\n// Copyright Joyent and Node contributors. All rights reserved. MIT license.\n" +
`// Taken from Node ${config.nodeVersion}\n` +
'// This file is automatically generated by "node/tools/setup.ts". Do not modify this file manually\n\n',
'// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually\n\n',
),
);
await Deno.copy(entry, file);
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

'use strict';

Expand Down
File renamed without changes.

0 comments on commit c2a9cd3

Please sign in to comment.