Skip to content
Permalink
Browse files
test: fix typo in common/index.js
PR-URL: #33976
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
gengjiawen authored and codebytere committed Jul 12, 2020
1 parent 6d5383d commit b9f8034f95d5c1e6f31e98fee61c5647e3e51dbc
Showing with 1 addition and 1 deletion.
  1. +1 −1 test/common/index.js
@@ -27,7 +27,7 @@ const process = global.process; // Some tests tamper with the process global.
const assert = require('assert');
const { exec, execSync, spawnSync } = require('child_process');
const fs = require('fs');
// Do not require 'os' until needed so that test-os-checked-fucnction can
// Do not require 'os' until needed so that test-os-checked-function can
// monkey patch it. If 'os' is required here, that test will fail.
const path = require('path');
const util = require('util');

0 comments on commit b9f8034

Please sign in to comment.