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 f39b99c commit 6e4b484Copy full SHA for 6e4b484
test/lib/cli/update-notifier.js
@@ -68,7 +68,7 @@ const runUpdateNotifier = async (t, {
68
...require('node:fs/promises'),
69
stat: async (path) => {
70
if (basename(path) !== '_update-notifier-last-checked') {
71
- t.fail('no stat allowed for non upate notifier files')
+ t.fail('no stat allowed for non update notifier files')
72
}
73
if (STAT_ERROR) {
74
throw STAT_ERROR
@@ -81,7 +81,7 @@ const runUpdateNotifier = async (t, {
81
t.fail('no write file content allowed')
82
83
84
- t.fail('no writefile allowed for non upate notifier files')
+ t.fail('no writefile allowed for non update notifier files')
85
86
if (WRITE_ERROR) {
87
throw WRITE_ERROR
0 commit comments