| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,7 +27,7 @@ const process = global.process; // Some tests tamper with the process global. | |||
| 27 | 27 | const assert = require('assert'); | |
| 28 | 28 | const { exec, execSync, spawnSync } = require('child_process'); | |
| 29 | 29 | const fs = require('fs'); | |
| 30 | - // Do not require 'os' until needed so that test-os-checked-fucnction can | ||
| 30 | + // Do not require 'os' until needed so that test-os-checked-function can | ||
| 31 | 31 | // monkey patch it. If 'os' is required here, that test will fail. | |
| 32 | 32 | const path = require('path'); | |
| 33 | 33 | const util = require('util'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments