mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
test: fix typo in header download test (#2001)
PR-URL: https://github.com/nodejs/node-gyp/pull/2001 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Rod Vagg <rod@vagg.org>
This commit is contained in:
parent
038b4a3744
commit
5a729e86ee
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ test('download headers (actual)', function (t) {
|
|||
process.release.name !== 'node' ||
|
||||
semver.prerelease(process.version) !== null ||
|
||||
semver.satisfies(process.version, '<10')) {
|
||||
return t.skip('Skipping acutal download of headers due to test environment configuration')
|
||||
return t.skip('Skipping actual download of headers due to test environment configuration')
|
||||
}
|
||||
|
||||
t.plan(17)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue