Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Fix fs.promises tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Apr 23, 2019
1 parent 295ac4f commit 56c5f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/builtin-modules.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import assert from "assert"
import execa from "execa"
import path from "path"

const canTestFsPromises = SemVer.satisfies(process.version, ">=10")
const canTestFsPromises = SemVer.satisfies(process.version, ">=10 <11.14")

const testPath = path.resolve(".")

Expand Down

0 comments on commit 56c5f3a

Please sign in to comment.