We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5383d commit b9f8034Copy full SHA for b9f8034
test/common/index.js
@@ -27,7 +27,7 @@ const process = global.process; // Some tests tamper with the process global.
27
const assert = require('assert');
28
const { exec, execSync, spawnSync } = require('child_process');
29
const fs = require('fs');
30
-// 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
31
// monkey patch it. If 'os' is required here, that test will fail.
32
const path = require('path');
33
const util = require('util');
0 commit comments