Skip to content

Commit

Permalink
Merge pull request #18 from WyriHaximusNet/assert-node20-works
Browse files Browse the repository at this point in the history
Assert node20 works
  • Loading branch information
WyriHaximus authored Oct 24, 2024
2 parents 87c3b7b + 774b309 commit 475e38e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_node20.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import pytest

def test_node20(host):
assert 'v20.' in host.run('node -v').stdout

0 comments on commit 475e38e

Please sign in to comment.