We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d821e commit 02b52c4Copy full SHA for 02b52c4
test/parallel/test-os.js
@@ -83,9 +83,9 @@ assert.ok(hostname.length > 0);
83
84
const DUMMY_PRIORITY = 10
85
os.setPriority(DUMMY_PRIORITY)
86
-const proiority = os.getPriority()
87
-is.number(proiority)
88
-assert.ok(proiority === DUMMY_PRIORITY)
+const priority = os.getPriority()
+is.number(priority)
+assert.ok(priority === DUMMY_PRIORITY)
89
90
// On IBMi, os.uptime() returns 'undefined'
91
if (!common.isIBMi) {
0 commit comments