mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
6 lines
198 B
Python
6 lines
198 B
Python
from tests.helper import ExternalVersionTestCase
|
|
|
|
|
|
class NPMTest(ExternalVersionTestCase):
|
|
def test_npm(self):
|
|
self.assertEqual(self.sync_get_version("example", {"npm": None}), "0.0.0")
|